monorepo/fluent-ergonomics/Cargo.lock

201 lines
5.0 KiB
Plaintext
Raw Normal View History

2021-12-15 00:48:22 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "fluent"
2022-04-20 13:12:34 +00:00
version = "0.15.0"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "bc4d7142005e2066e4844caf9f271b93fc79836ee96ec85057b8c109687e629a"
2021-12-15 00:48:22 +00:00
dependencies = [
"fluent-bundle",
2022-04-20 13:12:34 +00:00
"unic-langid 0.9.0",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "fluent-bundle"
2022-04-20 13:12:34 +00:00
version = "0.15.2"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
2021-12-15 00:48:22 +00:00
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
2022-04-20 13:12:34 +00:00
"rustc-hash",
"self_cell",
2021-12-15 00:48:22 +00:00
"smallvec",
2022-04-20 13:12:34 +00:00
"unic-langid 0.9.0",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "fluent-ergonomics"
version = "0.2.0"
dependencies = [
"fluent",
"fluent-syntax",
2022-04-20 13:12:34 +00:00
"unic-langid 0.8.0",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "fluent-langneg"
2022-04-20 13:12:34 +00:00
version = "0.13.0"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
2021-12-15 00:48:22 +00:00
dependencies = [
2022-04-20 13:12:34 +00:00
"unic-langid 0.9.0",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "fluent-syntax"
2022-04-20 13:12:34 +00:00
version = "0.11.0"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
2021-12-15 00:48:22 +00:00
dependencies = [
2022-04-20 13:12:34 +00:00
"thiserror",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "intl-memoizer"
2022-04-20 13:12:34 +00:00
version = "0.5.1"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
2021-12-15 00:48:22 +00:00
dependencies = [
"type-map",
2022-04-20 13:12:34 +00:00
"unic-langid 0.9.0",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "intl_pluralrules"
2022-04-20 13:12:34 +00:00
version = "7.0.1"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
2021-12-15 00:48:22 +00:00
dependencies = [
"tinystr",
2022-04-20 13:12:34 +00:00
"unic-langid 0.9.0",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "proc-macro2"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb37d2df5df740e582f28f8560cf425f52bb267d872fe58358eadb554909f07a"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [
"proc-macro2",
]
[[package]]
2022-04-20 13:12:34 +00:00
name = "rustc-hash"
version = "1.1.0"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2021-12-15 00:48:22 +00:00
[[package]]
2022-04-20 13:12:34 +00:00
name = "self_cell"
version = "0.10.2"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
2021-12-15 00:48:22 +00:00
[[package]]
name = "smallvec"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
[[package]]
name = "syn"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2022-04-20 13:12:34 +00:00
[[package]]
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-12-15 00:48:22 +00:00
[[package]]
name = "tinystr"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
[[package]]
name = "type-map"
2022-04-20 13:12:34 +00:00
version = "0.4.0"
2021-12-15 00:48:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 13:12:34 +00:00
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
2021-12-15 00:48:22 +00:00
dependencies = [
2022-04-20 13:12:34 +00:00
"rustc-hash",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "unic-langid"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d81136159f779c35b10655f45210c71cd5ca5a45aadfe9840a61c7071735ed"
dependencies = [
2022-04-20 13:12:34 +00:00
"unic-langid-impl 0.8.0",
]
[[package]]
name = "unic-langid"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
dependencies = [
"unic-langid-impl 0.9.0",
2021-12-15 00:48:22 +00:00
]
[[package]]
name = "unic-langid-impl"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43c61e94492eb67f20facc7b025778a904de83d953d8fcb60dd9adfd6e2d0ea"
dependencies = [
"tinystr",
]
2022-04-20 13:12:34 +00:00
[[package]]
name = "unic-langid-impl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
dependencies = [
"tinystr",
]
2021-12-15 00:48:22 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"