# 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 = "asn1_codecs_derive" version = "0.7.0" authors = ["Ystero Project Developers "] build = false include = [ "tests/**/*.rs", "src/**/*.rs", "Cargo.toml", "LICENSE", "LICENSE-MIT", "LICENSE-Apache2", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ASN.1 Codecs derive Macros" homepage = "https://ystero.dev" readme = "README.md" keywords = [ "asn1", "per", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/gabhijit/hampi.git" [lib] name = "asn1_codecs_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "10-seqof" path = "tests/10-seqof.rs" [[test]] name = "03-enumerated" path = "tests/03-enumerated.rs" [[test]] name = "05-octetstring" path = "tests/05-octetstring.rs" [[test]] name = "12-real" path = "tests/12-real.rs" [[test]] name = "07-null" path = "tests/07-null.rs" [[test]] name = "01-choice" path = "tests/01-choice.rs" [[test]] name = "11-issue-59" path = "tests/11-issue-59.rs" [[test]] name = "04-bitstring" path = "tests/04-bitstring.rs" [[test]] name = "02-integer" path = "tests/02-integer.rs" [[test]] name = "09-open" path = "tests/09-open.rs" [[test]] name = "08-seq" path = "tests/08-seq.rs" [[test]] name = "compile" path = "tests/compile.rs" [[test]] name = "06-charstring" path = "tests/06-charstring.rs" [dependencies.asn1-codecs] version = "=0.7.0" [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"