2019-10-19 19:50:52 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2023-04-03 03:02:27 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-10-19 19:50:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lapp"
|
|
|
|
version = "0.4.0"
|
2023-04-03 03:02:27 +00:00
|
|
|
source = "git+https://github.com/stevedonovan/lapp#a061a39cfcc22ded7b3ad7d59699b7211d90df79"
|
2019-10-19 19:50:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-03 03:02:27 +00:00
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
2019-10-19 19:50:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 03:02:27 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2019-10-19 19:50:52 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-04-03 03:02:27 +00:00
|
|
|
version = "0.1.22"
|
2019-10-19 19:50:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 03:02:27 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2019-10-19 19:50:52 +00:00
|
|
|
dependencies = [
|
2023-04-03 03:02:27 +00:00
|
|
|
"tinyvec",
|
2019-10-19 19:50:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-norm"
|
2023-04-03 03:02:27 +00:00
|
|
|
version = "1.1.1"
|
2019-10-19 19:50:52 +00:00
|
|
|
dependencies = [
|
2023-04-03 03:02:27 +00:00
|
|
|
"lapp",
|
|
|
|
"unicode-normalization",
|
2019-10-19 19:50:52 +00:00
|
|
|
]
|