# 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 = "include-utils-macro" version = "0.2.2" authors = ["Aleksey Sidorov "] description = "Internal proc macro for the `include-utils` crate." documentation = "https://docs.rs/include-utils" license = "MIT OR Apache-2.0" repository = "https://github.com/alekseysidorov/include-utils" [lib] proc-macro = true [dependencies.cargo_metadata] version = "0.18.1" optional = true [dependencies.itertools] version = "0.12.0" [dependencies.pretty_assertions] version = "1.4.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.50" [dependencies.quote] version = "1.0.15" [dependencies.syn] version = "2.0.26" [features] default = [] workspace = ["dep:cargo_metadata"] [lints.clippy] module_name_repetitions = "allow" pedantic = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unsafe_code = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"