# 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 = "uniplate-derive" version = "0.1.2" authors = [ "Niklas Dewally ", "Özgür Akgün ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper crate for uniplate" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/conjure-cp/uniplate" [lib] name = "uniplate_derive" path = "src/lib.rs" proc-macro = true [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.22" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.65" features = [ "derive", "parsing", "printing", "clone-impls", "proc-macro", "extra-traits", ] [lints.clippy] expect_used = "allow" unwrap_used = "allow" [lints.rust] unstable_name_collisions = "allow"