attr_alias 0.1.5

Reduce attribute repetition with aliases
Documentation
# 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.5"
authors = ["dylni"]
build = false
exclude = [
    ".*",
    "tests.rs",
    "/rustfmt.toml",
    "/src/bin",
    "/src/sys",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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",
]

[features]
nightly = []

[lib]
name = "attr_alias"
path = "src/lib.rs"
proc-macro = true