# 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.61.0" name = "leon-macros" version = "1.0.3" authors = [ "FĂ©lix Saparelli ", "Jiahao XU Jiahao_XU@outlook", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proc macros for crate leon" documentation = "https://docs.rs/leon-macros" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/cargo-bins/leon" [lib] name = "leon_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "parsing" path = "tests/parsing.rs" [dependencies.leon] version = "3.0.2" default-features = false [dependencies.proc-macro2] version = "1.0.89" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.77" features = [ "proc-macro", "parsing", ] default-features = false