derive-deftly 1.11.2

An easy way to write derive() macros
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.56"
name = "derive-deftly"
version = "1.11.2"
authors = [
    "Ian Jackson <ijackson@chiark.greenend.org.uk>",
    "and the contributors to Rust derive-deftly",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easy way to write derive() macros"
homepage = "https://gitlab.torproject.org/Diziet/rust-derive-deftly"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.torproject.org/Diziet/rust-derive-deftly"

[features]
beta = ["derive-deftly-macros/beta"]
case = [
    "derive-deftly-macros/case",
    "heck",
]
default = ["full"]
expect = ["derive-deftly-macros/expect"]
full = ["full-msrv-1.56"]
"full-msrv-1.56" = [
    "case",
    "expect",
    "meta-as-expr",
    "meta-as-items",
    "minimal-1",
]
meta-as-expr = ["derive-deftly-macros/meta-as-expr"]
meta-as-items = ["derive-deftly-macros/meta-as-items"]
minimal-1 = []

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

[dependencies.derive-deftly-macros]
version = "=1.11.2"
default-features = false

[dependencies.heck]
version = ">=0.4.1, <0.6"
optional = true