strs_tools_meta 0.13.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 = 3

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

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

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

[[package]]
name = "const_format"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
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.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3985b746d7a70f20683c40ee9ef0ed4a22f58690c013950114727261e44beacd"

[[package]]
name = "iter_tools"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4109f84d113a0ff44a512281061f56066c321dc98c4caeb91ee1c0b91fbd70b4"
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.76.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7677768f5bfaffe1a9b493bc3353bda1cd090e0627c13f71f890d8f7c4918409"
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.13.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"