macroific 3.0.1

Proc macro development utilities
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.71.0"
name = "macroific"
version = "3.0.1"
authors = ["Art <amolc@pm.me>"]
build = false
include = [
    "src/",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro development utilities"
readme = "README.md"
keywords = [
    "macro",
    "development",
    "derive",
    "options",
    "parsing",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Alorel/macroific-rs"

[package.metadata.docs.rs]
all-features = true

[features]
attr_parse = [
    "macroific_macro/attr_parse",
    "dep:macroific_attr_parse",
    "dep:macroific_macro",
]
attributed = ["macroific_core/attributed"]
full = ["macroific_attr_parse/full"]
generic-impl = ["macroific_core/generic-impl"]
module-prefix = ["macroific_core/module-prefix"]

[lib]
name = "macroific"
path = "src/lib.rs"

[dependencies.macroific_attr_parse]
version = "3.0.1"
optional = true

[dependencies.macroific_core]
version = "3.0.1"

[dependencies.macroific_macro]
version = "3.0.1"
optional = true

[dev-dependencies.proc-macro2]
version = "1"

[dev-dependencies.quote]
version = "1"

[dev-dependencies.syn]
version = "3"
features = ["extra-traits"]

[lints.rustdoc.redundant_explicit_links]
level = "allow"
priority = 0