# 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.60" name = "picky-asn1-der" version = "0.4.1" authors = [ "KizzyCode Software Labs./Keziah Biermann ", "BenoƮt CORTIER ", "Alexandr Yusuk ", ] include = [ "src/**/*", "README.md", "CHANGELOG.md", "LICENSE-*", ] description = "An ASN.1-DER subset for serde" readme = "README.md" keywords = [ "serde", "asn1", "asn1-der", "serialize", "deserialize", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/Devolutions/picky-rs" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.picky-asn1] version = "0.8" [dependencies.serde] version = "1.0.186" features = ["derive"] default-features = false [dependencies.serde_bytes] version = "0.11.12" [dev-dependencies.base64] version = "0.21" [dev-dependencies.num-bigint-dig] version = "0.8.4" [dev-dependencies.oid] version = "0.2.1" features = ["serde_support"] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde_bytes] version = "0.11.12" [features] debug_log = ["lazy_static"]