# 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.70" name = "picky-asn1-x509" version = "0.14.1" authors = [ "BenoƮt CORTIER ", "Sergey Noskov ", "Kim Altintop ", "Joe Ellis ", "Hugues de Valon ", "Isode Ltd./Geobert Quach ", "Alexandr Yusuk ", ] description = "Provides ASN1 types defined by X.509 related RFCs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Devolutions/picky-rs" [dependencies.base64] version = "0.22" [dependencies.num-bigint-dig] version = "0.8" optional = true [dependencies.oid] version = "0.2" features = ["serde_support"] [dependencies.picky-asn1] version = "0.10" [dependencies.picky-asn1-der] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.widestring] version = "1.1" features = ["alloc"] optional = true default-features = false [dependencies.zeroize] version = "1.8" optional = true [dev-dependencies.expect-test] version = "1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.num-bigint-dig] version = "0.8" [dev-dependencies.picky-test-data] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.4" [features] ctl = ["pkcs7"] legacy = ["num-bigint-dig"] pkcs12 = [] pkcs7 = ["widestring"] zeroize = [ "dep:zeroize", "picky-asn1/zeroize", ]