# 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.76.0" name = "e-macros" version = "0.2.1" authors = ["Eternal Night "] build = false include = [ "src/", "*.md", "*-LICENSE", "Cargo.toml", "docs/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust macros to simplify and accelerate enum handling: effortless conversion, fast indexing, and painless serialization" homepage = "https://gitee.com/eternalnight996" documentation = "https://docs.rs/e-macros" readme = "README.md" keywords = [ "macros", "json", "c", "c++", "e-", ] categories = ["development-tools::procedural-macro-helpers"] license-file = "LICENSE-MIT" repository = "https://gitee.com/eternalnight996/e-macros" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] name = "e_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.trybuild] version = "1.0"