# 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.72.1" name = "devela_macros" version = "0.11.0" authors = ["José Luis Cruz "] build = false include = [ "/Cargo.toml", "/DOCS/*", "/src/**/*.rs", "/src/**/*.md", "/examples/*.rs", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "procedural macros for devela" documentation = "https://docs.rs/devela_macros" readme = "README.md" keywords = [ "dev", "helper", "helpers", "extension", "code-generation", ] categories = [ "rust-patterns", "development-tools::procedural-macro-helpers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andamira/devela_macros" [package.metadata.docs.rs] features = ["_docsrs"] no-default-features = true [lib] name = "devela_macros" path = "src/lib.rs" proc-macro = true [[example]] name = "cif" path = "examples/cif.rs" [[example]] name = "coalesce" path = "examples/coalesce.rs" [[example]] name = "compile" path = "examples/compile.rs" [[example]] name = "compile_attr" path = "examples/compile_attr.rs" [[example]] name = "compile_doc" path = "examples/compile_doc.rs" [[example]] name = "enumint" path = "examples/enumint.rs" [dependencies.proc-macro2] version = "1.0.87" [dependencies.quote] version = "1.0.37" [dev-dependencies] [features] __lints = [] _docsrs = [ "nightly", "std", "unsafe", ] alloc = [] default = [ "std", "safe", ] nightly = ["nightly_doc"] nightly_doc = [] safe = [] std = ["alloc"] unsafe = [] [badges.maintenance] status = "experimental"