# 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 = "0.14.2" authors = [ "Ian Jackson ", "and the contributors to Rust derive-deftly", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ergonomic 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" [lib] name = "derive_deftly" path = "src/lib.rs" [dependencies.derive-deftly-macros] version = "=0.14.2" default-features = false [dependencies.heck] version = ">=0.4, <0.6" optional = true [features] 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 = []