# 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 = "2018" name = "core_extensions_proc_macros" version = "1.5.3" authors = ["rodrimati1992 "] include = [ "Cargo.toml", "src/**/*.rs", "APACHE_license", "MIT_license", ] description = "Implementation detail of the `core_extensions` crate" keywords = [] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/rodrimati1992/core_extensions" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.19" optional = true [dependencies.quote] version = "1.0.9" optional = true [dependencies.syn] version = "1.0.77" features = ["full"] optional = true [dev-dependencies.proc-macro2] version = "1.0.19" [features] derive = [ "syn", "quote", "proc-macro2", ] item_parsing = ["macro_utils"] macro_utils = [] rust_1_45 = []