# 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.2" authors = [ "FĂ©lix Saparelli ", "Jiahao XU Jiahao_XU@outlook", ] 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] proc-macro = true [dependencies.leon] version = "3.0.0" default-features = false [dependencies.proc-macro2] version = "1.0.68" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.43" features = [ "proc-macro", "parsing", ] default-features = false