# 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-macros" version = "0.14.2" authors = [ "Ian Jackson ", "and the contributors to Rust derive-deftly", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Macros that implement the derive_deftly 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] name = "derive_deftly_macros" path = "macros.rs" proc-macro = true [dependencies.heck] version = ">=0.4, <0.6" optional = true [dependencies.indexmap] version = ">=1.8, <3" [dependencies.itertools] version = ">=0.10.1, <0.14" [dependencies.proc-macro-crate] version = ">=1.1.3, <4" [dependencies.proc-macro2] version = "1.0.53" [dependencies.quote] version = "1" [dependencies.sha3] version = "0.10" optional = true [dependencies.strum] version = ">=0.24, <0.27" features = ["derive"] [dependencies.syn] version = "2.0.53" features = ["extra-traits"] [dependencies.void] version = "1" [features] case = ["heck"] expect = [ "sha3", "syn/full", ] meta-as-expr = ["syn/full"] meta-as-items = ["syn/full"]