# 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" name = "derive-adhoc-macros" version = "0.8.4" authors = [ "Ian Jackson ", "and the contributors to Rust derive-adhoc", ] description = "Macros that implement the derive_adhoc crate" homepage = "https://gitlab.torproject.org/Diziet/rust-derive-deftly" readme = "README.md" license = "MIT" repository = "https://gitlab.torproject.org/Diziet/rust-derive-deftly" [lib] path = "macros.rs" proc-macro = true [dependencies.heck] version = "0.4" optional = true [dependencies.itertools] version = ">=0.10.1, <0.13" [dependencies.proc-macro-crate] version = ">=1.1.3, <3" [dependencies.proc-macro2] version = "1.0.53" [dependencies.quote] version = "1" [dependencies.sha3] version = "0.10" optional = true [dependencies.strum] version = ">=0.24, <0.26" features = ["derive"] [dependencies.syn] version = "2.0.1" features = ["extra-traits"] [dependencies.void] version = "1" [features] case = ["heck"] expect = [ "sha3", "syn/full", ]