# 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" rust-version = "1.59.0" name = "dilib-derive" version = "0.2.0" authors = ["Freddy L."] description = "Derive proc_macros for the dilib crate" homepage = "https://crates.io/crates/dilib/" documentation = "https://docs.rs/dilib/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Neo-Ciber94/dilib-rs/" [lib] proc_macro = true [dependencies.mattro] version = "0.1.2" [dependencies.proc-macro2] version = "1.0.37" [dependencies.quote] version = "1.0.17" [dependencies.syn] version = "1.0.91" features = ["parsing"] [dev-dependencies]