# 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" name = "entrypoint_macros" version = "0.2.0" authors = ["melloyawn "] description = "macros for entrypoint" homepage = "https://github.com/melloyawn/entrypoint" readme = "README.md" keywords = [ "derive", "entrypoint", "entrypoint_macros", "macro", "macros", ] categories = [ "command-line-interface", "config", "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/melloyawn/entrypoint" [lib] proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies] [lints.clippy] all = "deny" cargo = "deny" enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_code = "forbid" unused_crate_dependencies = "warn"