# 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.61" name = "picky-asn1" version = "0.10.0" authors = [ "BenoƮt CORTIER ", "Alexandr Yusuk ", "Brian Maher", ] description = "Provide ASN.1 simple types" readme = "README.md" keywords = [ "serde", "asn1", "serialize", "deserialize", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/Devolutions/picky-rs" [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.oid] version = "0.2" features = ["serde_support"] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_bytes] version = "0.11" [dependencies.time] version = "0.3" optional = true [dependencies.zeroize] version = "1.8" optional = true [dev-dependencies.picky-asn1-der] version = "0.5" [features] chrono_conversion = ["chrono"] time_conversion = ["time"] zeroize = ["dep:zeroize"]