# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "diplomat" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "131a7c8474cb3648784b28b131021017bf0e8a0acb2e7fe4432ac5a72b81d734" dependencies = [ "diplomat_core", "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "diplomat-runtime" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7be78da2d794f65e463740e6f1a6b1e7a3973d62f40fd02d05cc71adbee7ea5a" [[package]] name = "diplomat_core" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7c69d55d3abfc5b4f487e4410df7971626d999d84b25de6ad0ffd5c278f58a1" dependencies = [ "lazy_static", "proc-macro2", "quote", "serde", "smallvec", "strck_ident", "syn 1.0.109", ] [[package]] name = "displaydoc" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", "syn 2.0.38", ] [[package]] name = "either" version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "fixed_decimal" version = "0.5.3" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "ryu", "smallvec", "writeable", ] [[package]] name = "icu4x_deps" version = "0.1.0" dependencies = [ "icu_capi", ] [[package]] name = "icu_calendar" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_locid", "icu_provider", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_capi" version = "1.2.2" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "diplomat", "diplomat-runtime", "fixed_decimal", "icu_calendar", "icu_collator", "icu_collections", "icu_datetime", "icu_decimal", "icu_list", "icu_locid", "icu_locid_transform", "icu_normalizer", "icu_plurals", "icu_properties", "icu_provider", "icu_provider_adapters", "icu_segmenter", "icu_testdata", "icu_timezone", "log", "tinystr", "unicode-bidi", "writeable", ] [[package]] name = "icu_collator" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_collections", "icu_locid", "icu_normalizer", "icu_properties", "icu_provider", "smallvec", "utf16_iter", "utf8_iter", "zerovec", ] [[package]] name = "icu_collections" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "yoke", "zerofrom", "zerovec", ] [[package]] name = "icu_datetime" version = "1.2.1" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "either", "fixed_decimal", "icu_calendar", "icu_decimal", "icu_locid", "icu_plurals", "icu_provider", "icu_timezone", "smallvec", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_decimal" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "fixed_decimal", "icu_locid", "icu_provider", "writeable", ] [[package]] name = "icu_list" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_provider", "regex-automata", "writeable", ] [[package]] name = "icu_locid" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "litemap", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_locid_transform" version = "1.2.1" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_locid", "icu_provider", "tinystr", "zerovec", ] [[package]] name = "icu_normalizer" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_collections", "icu_properties", "icu_provider", "smallvec", "utf16_iter", "utf8_iter", "write16", "zerovec", ] [[package]] name = "icu_plurals" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "fixed_decimal", "icu_locid", "icu_provider", "zerovec", ] [[package]] name = "icu_properties" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_collections", "icu_provider", "tinystr", "unicode-bidi", "zerovec", ] [[package]] name = "icu_provider" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_locid", "icu_provider_macros", "stable_deref_trait", "writeable", "yoke", "zerofrom", "zerovec", ] [[package]] name = "icu_provider_adapters" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "icu_locid", "icu_provider", "tinystr", "yoke", "zerovec", ] [[package]] name = "icu_provider_macros" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", ] [[package]] name = "icu_segmenter" version = "1.2.1" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_collections", "icu_locid", "icu_provider", "libm", "utf8_iter", "zerovec", ] [[package]] name = "icu_testdata" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "icu_calendar", "icu_collator", "icu_collections", "icu_datetime", "icu_decimal", "icu_list", "icu_locid", "icu_locid_transform", "icu_normalizer", "icu_plurals", "icu_properties", "icu_provider", "icu_provider_adapters", "icu_segmenter", "icu_timezone", "zerovec", ] [[package]] name = "icu_timezone" version = "1.2.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "icu_calendar", "icu_locid", "icu_provider", "tinystr", "zerovec", ] [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libm" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "litemap" version = "0.7.0" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" [[package]] name = "log" version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "memchr" version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "proc-macro2" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2", ] [[package]] name = "regex-automata" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" dependencies = [ "memchr", ] [[package]] name = "ryu" version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "serde" version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" dependencies = [ "proc-macro2", "quote", "syn 2.0.38", ] [[package]] name = "smallvec" version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "stable_deref_trait" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "strck" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be91090ded9d8f979d9fe921777342d37e769e0b6b7296843a7a38247240e917" [[package]] name = "strck_ident" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1c3802b169b3858a44667f221c9a0b3136e6019936ea926fc97fbad8af77202" dependencies = [ "strck", "unicode-ident", ] [[package]] name = "syn" version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "syn" version = "2.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "synstructure" version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", "unicode-xid", ] [[package]] name = "tinystr" version = "0.7.1" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "displaydoc", "zerovec", ] [[package]] name = "unicode-bidi" version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-xid" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "utf16_iter" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52df8b7fb78e7910d776fccf2e42ceaf3604d55e8e7eb2dbd183cb1441d8a692" [[package]] name = "utf8_iter" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64a8922555b9500e3d865caed19330172cd67cbf82203f1a3311d8c305cc9f33" [[package]] name = "write16" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" [[package]] name = "writeable" version = "0.5.2" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" [[package]] name = "yoke" version = "0.7.1" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "serde", "stable_deref_trait", "yoke-derive", "zerofrom", ] [[package]] name = "yoke-derive" version = "0.7.1" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", "synstructure", ] [[package]] name = "zerofrom" version = "0.1.2" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" version = "0.1.2" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", "synstructure", ] [[package]] name = "zerovec" version = "0.9.4" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "yoke", "zerofrom", "zerovec-derive", ] [[package]] name = "zerovec-derive" version = "0.9.4" source = "git+https://chromium.googlesource.com/external/github.com/unicode-org/icu4x.git?tag=upstream/ind/icu_capi@1.2.2#4f81635489681ecf7707623177123cb78d6a66a0" dependencies = [ "proc-macro2", "quote", "syn 1.0.109", "synstructure", ]