# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "macro_tools" version = "0.44.0" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Tools for writing procedural macroses. """ homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/macro_tools" documentation = "https://docs.rs/macro_tools" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", "builder-pattern", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/macro_tools" [package.metadata.docs.rs] all-features = false features = ["full"] [lib] name = "macro_tools" path = "src/lib.rs" [[example]] name = "macro_tools_attr_prop" path = "examples/macro_tools_attr_prop.rs" [[example]] name = "macro_tools_trivial" path = "examples/macro_tools_trivial.rs" [[test]] name = "smoke_test" path = "tests/smoke_test.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.clone_dyn_types] version = "~0.26.0" features = ["enabled"] default-features = false [dependencies.const_format] version = "0.2.32" features = [] [dependencies.former_types] version = "~2.12.0" features = ["types_component_assign"] default-features = false [dependencies.interval_adapter] version = "~0.27.0" features = ["enabled"] default-features = false [dependencies.iter_tools] version = "~0.24.0" features = ["iter_trait"] default-features = false [dependencies.proc-macro2] version = "~1.0.78" features = [] [dependencies.quote] version = "~1.0.35" features = [] [dependencies.syn] version = "~2.0.52" features = [ "full", "extra-traits", ] [dev-dependencies] [features] attr = [ "diag", "quantifier", ] attr_prop = ["components"] components = [] container_kind = ["typ"] ct = [] default = [ "enabled", "attr", "attr_prop", "components", "ct", "container_kind", "derive", "diag", "equation", "generic_args", "generic_params", "item", "item_struct", "name", "kw", "phantom", "punctuated", "quantifier", "struct_like", "tokens", "typ", "typed", ] derive = [] diag = [] enabled = [ "former_types/enabled", "interval_adapter/enabled", "clone_dyn_types/enabled", "iter_tools/enabled", ] equation = [] full = ["default"] generic_args = [] generic_params = ["punctuated"] item = ["punctuated"] item_struct = [] iter = [] kw = [] name = [] phantom = ["item"] punctuated = [] quantifier = [] struct_like = ["item_struct"] tokens = [] typ = [] typed = [] [lints.clippy] absolute_paths = "allow" inline_always = "allow" module_name_repetitions = "allow" pedantic = "warn" restriction = "warn" single_call_fn = "allow" std_instead_of_alloc = "warn" std_instead_of_core = "warn" undocumented_unsafe_blocks = "deny" [lints.rust] future_incompatible = "deny" missing_debug_implementations = "warn" missing_docs = "warn" rust_2018_idioms = "deny" unsafe-code = "warn"