# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 4 [[package]] name = "autocfg" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "calendrical_calculations" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e97f73e95d668625c9b28a3072e6326773785a0cf807de9f3d632778438f3d38" dependencies = [ "core_maths", "displaydoc", ] [[package]] name = "core_maths" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" dependencies = [ "libm", ] [[package]] name = "diplomat" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d03b211df3fe764426cab5ac16913c1b37f762002a3e8ecd798435d7c9a4ec57" dependencies = [ "diplomat_core", "proc-macro2", "quote", "syn", ] [[package]] name = "diplomat-runtime" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3f7f678b574473334cb66300ca3bff5db9b894065a668bdc353abc7ca0e2c5" [[package]] name = "diplomat_core" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77bc52d6ad2f9600bea1639059432d4621cb563755875c370cc3ccfe493da99c" dependencies = [ "proc-macro2", "quote", "serde", "smallvec", "strck", "syn", ] [[package]] name = "displaydoc" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "either" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "fixed_decimal" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35943d22b2f19c0cb198ecf915910a8158e94541c89dcc63300d7799d46c2c5e" dependencies = [ "displaydoc", "smallvec", "writeable", ] [[package]] name = "icu_calendar" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f664d19093224c9de27db5d1797b4105ae9545c0c540faf0d351884d1b24ca6" dependencies = [ "calendrical_calculations", "displaydoc", "icu_calendar_data", "icu_locale_core", "icu_provider", "ixdtf", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_calendar_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd70bb6c7a5d0d24c94fa18309118879bbde09052b18eec96fc75aa4c6dbf659" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_capi" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dad3b883dd9a67fbbf7cd7082a319a7a4a7f4a5e917f75c56cd247bec3ba7b82" dependencies = [ "diplomat", "diplomat-runtime", "icu_calendar", "icu_casemap", "icu_collator", "icu_datetime", "icu_decimal", "icu_experimental", "icu_list", "icu_locale", "icu_locale_core", "icu_normalizer", "icu_plurals", "icu_properties", "icu_provider", "icu_provider_adapters", "icu_segmenter", "icu_time", "potential_utf", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_casemap" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c7086105e07a4b9df3ee6be1b02d5f55b9348a785e53f4bcc281bed5ea2e9d8" dependencies = [ "displaydoc", "icu_casemap_data", "icu_collections", "icu_locale_core", "icu_properties", "icu_provider", "potential_utf", "writeable", "zerovec", ] [[package]] name = "icu_casemap_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c73c14a74f7902d0101a574879a9994b27f34c75b4e6fcc5bc5259d5423b22d4" dependencies = [ "icu_provider_baked", ] [[package]] name = "icu_collator" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d668b7743ee4179e4f740875737bbb2d173c2183fbcaecde4d9eb0f7738a5be" dependencies = [ "displaydoc", "icu_collator_data", "icu_collections", "icu_locale_core", "icu_normalizer", "icu_properties", "icu_provider", "smallvec", "utf16_iter", "utf8_iter", "zerovec", ] [[package]] name = "icu_collator_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdcca8ff65d855418d64ea4b0c77b7406a7b336d9a1af888dbbd6f14a07b5094" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_collections" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63df3227b8f369b3f7cc4003f0bdd9ca0083b871e2672811f699d69b473cc174" dependencies = [ "displaydoc", "potential_utf", "yoke", "zerofrom", "zerovec", ] [[package]] name = "icu_datetime" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4017e92fa1287fb28dc846c75b87b30b38575c2e9edc77b1edd0170fc0d339b2" dependencies = [ "displaydoc", "either", "fixed_decimal", "icu_calendar", "icu_datetime_data", "icu_decimal", "icu_locale_core", "icu_pattern", "icu_plurals", "icu_provider", "icu_time", "potential_utf", "smallvec", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_datetime_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d182dee1c26553c3cc3c5313f6db0f73127e351fb6efb1c5da589a9a2ff65cfc" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_decimal" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17040a2d0453f9705a1fba94cf034872ca7a469e1316fdce4ee07b0824f05f16" dependencies = [ "displaydoc", "fixed_decimal", "icu_decimal_data", "icu_locale_core", "icu_provider", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_decimal_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f677ebf0e8be740243b1785ca38eb9edf3ec7b998bb11159e02b4a66b732f5d8" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_experimental" version = "0.3.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6302d1338eea2364d1fdb8bc95bfdb78486a68bd9041d8c3292150dd6fe64727" dependencies = [ "displaydoc", "either", "fixed_decimal", "icu_collections", "icu_decimal", "icu_experimental_data", "icu_list", "icu_locale", "icu_locale_core", "icu_normalizer", "icu_pattern", "icu_plurals", "icu_properties", "icu_provider", "litemap", "num-bigint", "num-rational", "num-traits", "potential_utf", "smallvec", "tinystr", "writeable", "zerofrom", "zerotrie", "zerovec", ] [[package]] name = "icu_experimental_data" version = "0.3.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97291689c723850ebbe88f575753a80d824b0973e11c3bfd5dea435912d8f31b" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_list" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f16f8a547c49c00cf117e97a5c8a6536d0c61f2a60bd5c0eeb66b4436d2c69e5" dependencies = [ "displaydoc", "icu_list_data", "icu_provider", "regex-automata", "writeable", "zerovec", ] [[package]] name = "icu_list_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27d3e18581b77c335c3d9445e27f62fa6dbec81387a82d55078caf6168dddb13" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_locale" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afa4c80f106c1cf0f1b66e0ae9806f603f1c2c41d004229af1b0c6cebe84c74a" dependencies = [ "displaydoc", "icu_collections", "icu_locale_core", "icu_locale_data", "icu_provider", "potential_utf", "tinystr", "zerovec", ] [[package]] name = "icu_locale_core" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b80161b66511e4eb415ef110c67ea8cab4400b749f9e30c8691fff1354934b6b" dependencies = [ "displaydoc", "litemap", "tinystr", "writeable", "zerovec", ] [[package]] name = "icu_locale_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c1adc94a0bde584f8751381c0427d763ef5068fd388d670fabf966569f01465" dependencies = [ "icu_provider_baked", ] [[package]] name = "icu_normalizer" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60d836c1ddf0d8f4dabfd30973dce3aea1f551ad09b382d5e7a386deccabbe77" dependencies = [ "displaydoc", "icu_collections", "icu_normalizer_data", "icu_properties", "icu_provider", "smallvec", "zerovec", ] [[package]] name = "icu_normalizer_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3612f07b19be24caf69deef9d94473b6d2da9493a638c44735464a2dac0c4de6" dependencies = [ "icu_provider_baked", ] [[package]] name = "icu_pattern" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "983825f401e6bc4a13c45d552ffd9ad6f3f6b6bc0ec03f31d6835a90a46deb1f" dependencies = [ "displaydoc", "either", "writeable", "yoke", "zerovec", ] [[package]] name = "icu_plurals" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c6b9235b04c1a4acee9cb7a1454a06bcfe62fb042680b3201a11a2c62db500b" dependencies = [ "displaydoc", "fixed_decimal", "icu_plurals_data", "icu_provider", "zerovec", ] [[package]] name = "icu_plurals_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f58d4cbf60eb00771801b654302ed63e389f4fd37aae3b0fa236e5d301726cc6" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_properties" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d38e872f460f80a6bc564b3545399898df1fcad0503f9da4486a5109ad0e3fe4" dependencies = [ "displaydoc", "icu_collections", "icu_locale_core", "icu_properties_data", "icu_provider", "potential_utf", "unicode-bidi", "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2e35a8b7b4647edd7905c9e38c54bf699214fdd143a5df8cecd82d444ec3b94" dependencies = [ "icu_provider_baked", ] [[package]] name = "icu_provider" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0d462aad52985bb71e3140fcc44e54d816cf7f2c3f25cd9b090cc77a9798504" dependencies = [ "displaydoc", "icu_locale_core", "stable_deref_trait", "tinystr", "writeable", "yoke", "zerofrom", "zerovec", ] [[package]] name = "icu_provider_adapters" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "555fe0430a8eb6539ef2f671bf8ae350472b2e8016acc7581fe7953141132080" dependencies = [ "icu_locale", "icu_provider", "tinystr", "zerovec", ] [[package]] name = "icu_provider_baked" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2794f00ee1999495f4f1a1e35aee8f54fe7cfcbcf909ec05b60522377200aecb" dependencies = [ "icu_provider", "writeable", "zerotrie", "zerovec", ] [[package]] name = "icu_segmenter" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50edae3dd25f6a6e234202a15eaedd7770f46e2fc2e3db53a8ea6bca699d4ce1" dependencies = [ "core_maths", "displaydoc", "icu_collections", "icu_locale_core", "icu_provider", "icu_segmenter_data", "potential_utf", "utf8_iter", "zerovec", ] [[package]] name = "icu_segmenter_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60bc1890fd5dc85748578463dae295fcb3271e911c7dd431424ed747c29b8cb7" dependencies = [ "icu_locale", "icu_provider_baked", ] [[package]] name = "icu_time" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b506660b18afcbb7f089d616b79bcb2c58c62ef6b308b8ba09b89b177f0228ec" dependencies = [ "calendrical_calculations", "displaydoc", "icu_calendar", "icu_provider", "icu_time_data", "ixdtf", "serde", "tinystr", "writeable", "zerotrie", "zerovec", ] [[package]] name = "icu_time_data" version = "2.0.0-beta2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b15e682b25e7f4b790941d29f014e0581e00d9565e052ce0e3476b1f2a94332" dependencies = [ "icu_provider_baked", ] [[package]] name = "ixdtf" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3be3d801e2817c5311a3be4f1e1b2148dcd2b10baadb3a5eade0544a0521ac9" dependencies = [ "displaydoc", "utf8_iter", ] [[package]] name = "libm" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "litemap" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" [[package]] name = "num-bigint" version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", ] [[package]] name = "num-integer" version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ "num-traits", ] [[package]] name = "num-rational" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ "num-bigint", "num-integer", "num-traits", ] [[package]] name = "num-traits" version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] [[package]] name = "potential_utf" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" dependencies = [ "serde", "writeable", "zerovec", ] [[package]] name = "proc-macro2" version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" dependencies = [ "proc-macro2", ] [[package]] name = "regex-automata" version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" [[package]] name = "sample_package2" version = "0.1.0" dependencies = [ "icu_capi", ] [[package]] name = "serde" version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "smallvec" version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[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 = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42316e70da376f3d113a68d138a60d8a9883c604fe97942721ec2068dab13a9f" dependencies = [ "unicode-ident", ] [[package]] name = "syn" version = "2.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "synstructure" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", "syn", ] [[package]] name = "tinystr" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" dependencies = [ "displaydoc", "zerovec", ] [[package]] name = "unicode-bidi" version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "utf16_iter" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" [[package]] name = "utf8_iter" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "writeable" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" dependencies = [ "either", ] [[package]] name = "yoke" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" dependencies = [ "serde", "stable_deref_trait", "yoke-derive", "zerofrom", ] [[package]] name = "yoke-derive" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" dependencies = [ "proc-macro2", "quote", "syn", "synstructure", ] [[package]] name = "zerofrom" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", "syn", "synstructure", ] [[package]] name = "zerotrie" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7a6cf4865aac8394f19ad46e37f60b929c1ba5eed798b96a32820aa9392929" dependencies = [ "displaydoc", "yoke", "zerofrom", ] [[package]] name = "zerovec" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94e62113720e311984f461c56b00457ae9981c0bc7859d22306cc2ae2f95571c" dependencies = [ "yoke", "zerofrom", "zerovec-derive", ] [[package]] name = "zerovec-derive" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" dependencies = [ "proc-macro2", "quote", "syn", ]