# 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.75" name = "cryptographic-message-syntax" version = "0.27.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure Rust implementation of Crypographic Message Syntax (RFC 5652)" homepage = "https://github.com/indygreg/cryptography-rs" readme = "README.md" keywords = [ "cms", "rfc5652", "apple", "codesign", ] license = "MPL-2.0" repository = "https://github.com/indygreg/cryptography-rs.git" [lib] name = "cryptographic_message_syntax" path = "src/lib.rs" [dependencies.bcder] version = "0.7.4" [dependencies.bytes] version = "1.8.0" [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.hex] version = "0.4.3" [dependencies.pem] version = "3.0.4" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "rustls-tls", ] optional = true default-features = false [dependencies.ring] version = "0.17.8" [dependencies.signature] version = "2.2.0" features = ["std"] [dependencies.x509-certificate] version = "0.24.0" features = ["test"] [features] default = ["http"] http = ["dep:reqwest"]