strs_tools_meta 0.17.0

Procedural macros for strs_tools compile-time optimizations. Its meta module. Don't use directly.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "clone_dyn_types"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a3f776157ddd8935bbb73ece8d0c48cf447b8eaf0294882f2d091a3fca2de2b"

[[package]]
name = "collection_tools"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20dfc9461612260beca6dfcc55f6fb261539ef4011f7d09678ecbe9c0a7053f3"

[[package]]
name = "component_model_types"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef95217a050a0716115e8f545798fafa5042bfc656a7470dd24a16d034826788"
dependencies = [
 "collection_tools",
]

[[package]]
name = "const_format"
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
dependencies = [
 "const_format_proc_macros",
]

[[package]]
name = "const_format_proc_macros"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
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 = "interval_adapter"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f32bf3de3eaec8c530b1b55e6fa5e20a7035ea71a5f02b6ae4081f9a0d07a71"

[[package]]
name = "iter_tools"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89afce388151859e44f42138d1c7250dea4c308c9324e6905b3ff32ce43036cf"
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 = "macro_tools"
version = "0.82.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b21b85fe084317446b7ca68c47bd4f684d00e2062f3688ef3d4c4ffc1ab8eb4d"
dependencies = [
 "clone_dyn_types",
 "component_model_types",
 "const_format",
 "convert_case",
 "interval_adapter",
 "iter_tools",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "proc-macro2"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "strs_tools_meta"
version = "0.17.0"
dependencies = [
 "macro_tools",
]

[[package]]
name = "syn"
version = "2.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"

[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"

[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"