# 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 = "asnfuzzgen-codecs-derive" version = "0.1.3" authors = ["Nathaniel Bennett "] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "LICENSE-MIT", "LICENSE-Apache2", "README.md", ] description = "ASN.1 Codecs derive macros" readme = "README.md" keywords = [ "asn1", "per", "fuzzing", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/nathaniel-bennett/asnfuzzgen" resolver = "2" [lib] proc-macro = true [dependencies.asnfuzzgen-codecs] version = "=0.1.3" [dependencies.bitvec] version = "1.0" [dependencies.log] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["extra-traits"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.trybuild] version = "1.0" [badges.maintenance] status = "actively-developed"