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