# 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 = "2018" rust-version = "1.56" name = "derive-adhoc" version = "0.8.4" authors = [ "Ian Jackson ", "and the contributors to Rust derive-adhoc", ] autotests = 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" [dependencies.derive-adhoc-macros] version = "=0.8.4" default_features = false [dependencies.heck] version = "0.4" optional = true [features] case = [ "derive-adhoc-macros/case", "heck", ] default = ["full"] expect = ["derive-adhoc-macros/expect"] full = [ "case", "expect", "minimal-1", ] minimal-1 = []