# 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.70.0" name = "attr_alias" version = "0.1.3" authors = ["dylni"] exclude = [ ".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/src/sys", "/tests", ] description = """ Reduce attribute repetition with aliases """ readme = "README.md" keywords = [ "aliases", "attribute", "cfg", "compile", "macro", ] categories = [ "development-tools::build-utils", "no-std::no-alloc", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dylni/attr_alias" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "attr_alias_docs_rs", ] rustdoc-args = [ "--cfg", "attr_alias_docs_rs", ] [lib] proc-macro = true [features] nightly = []