# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 4 [[package]] name = "clone_dyn_types" version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef175ecbdf0cd863ccb996a462a0c2024b454bee058e6de708edd1162a5bb7d3" [[package]] name = "collection_tools" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ba662d39cf7b6e1c0ce7d5974cb6acf03b588cd2a9bdb8b0cd9abb93eeb39da" [[package]] name = "const_format" version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" dependencies = [ "proc-macro2", "quote", "unicode-xid", ] [[package]] name = "convert_case" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" dependencies = [ "unicode-segmentation", ] [[package]] name = "either" version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "former" version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e5a7db77c1bb57fd3ceb96a7dd3efc00bd583c64179bd90d026185407d8f0a7" dependencies = [ "former_meta", "former_types", ] [[package]] name = "former_meta" version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98354512f699ff72e451a1a9f6dffaabe12f19eb539efb2080ba4f3f0fe31cab" dependencies = [ "convert_case", "former_types", "iter_tools", "macro_tools", ] [[package]] name = "former_types" version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f90053e1f86bac29c267aa10541d5412e4d4fa678cbc2d9d2efab9b806520848" dependencies = [ "collection_tools", ] [[package]] name = "interval_adapter" version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0775549272c4ec8452b01909188887e8e14d589e07444512cc459f802bbb9f5f" [[package]] name = "iter_tools" version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf9efd7d8c3939e230bd2c848f9d8ed0a94341346ede228ad2a6f987774e43db" dependencies = [ "clone_dyn_types", "itertools", ] [[package]] name = "itertools" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ] [[package]] name = "lexical" version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6" dependencies = [ "lexical-core", ] [[package]] name = "lexical-core" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" dependencies = [ "lexical-parse-float", "lexical-parse-integer", "lexical-util", "lexical-write-float", "lexical-write-integer", ] [[package]] name = "lexical-parse-float" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" dependencies = [ "lexical-parse-integer", "lexical-util", "static_assertions", ] [[package]] name = "lexical-parse-integer" version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" dependencies = [ "lexical-util", "static_assertions", ] [[package]] name = "lexical-util" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" dependencies = [ "static_assertions", ] [[package]] name = "lexical-write-float" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" dependencies = [ "lexical-util", "lexical-write-integer", "static_assertions", ] [[package]] name = "lexical-write-integer" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" dependencies = [ "lexical-util", "static_assertions", ] [[package]] name = "macro_tools" version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "121e5d039bb5244ba73937160274fa28e04141260d5687ea405ebe0d928767da" dependencies = [ "clone_dyn_types", "const_format", "former_types", "interval_adapter", "iter_tools", "proc-macro2", "quote", "syn", ] [[package]] name = "proc-macro2" version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strs_tools" version = "0.18.0" dependencies = [ "former", "lexical", ] [[package]] name = "syn" version = "2.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-segmentation" version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-xid" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"