isideload-cryptographic-message-syntax 0.28.0

A pure Rust implementation of Crypographic Message Syntax (RFC 5652)
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "isideload-cryptographic-message-syntax"
version = "0.28.0"
authors = ["Nicholas Sharp <nab@nabdev.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust implementation of Crypographic Message Syntax (RFC 5652)"
homepage = "https://github.com/nab138/isideload-cryptography-rs"
readme = "README.md"
keywords = [
    "cms",
    "rfc5652",
    "apple",
    "codesign",
]
license = "MPL-2.0"
repository = "https://github.com/nab138/isideload-cryptography-rs.git"
resolver = "2"

[features]
default = ["http"]
http = ["dep:reqwest"]

[lib]
name = "isideload_cryptographic_message_syntax"
path = "src/lib.rs"

[dependencies.aws-lc-rs]
version = "1.15.4"

[dependencies.bcder]
version = "0.7.6"

[dependencies.bytes]
version = "1.11.0"

[dependencies.chrono]
version = "0.4.42"
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.pem]
version = "3.0.6"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "rustls",
]
optional = true
default-features = false

[dependencies.signature]
version = "2.2.0"
features = ["std"]

[dependencies.x509-certificate]
version = "0.25.0"
features = ["test"]
package = "isideload-x509-certificate"