rasn-cms 0.28.2

Data types for handling Cryptographic Message Syntax.
Documentation
[dependencies.rasn]
default-features = false
version = "0.28"

[dependencies.rasn-pkix]
default-features = false
version = "0.28"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[features]
default = ["rasn/f32", "rasn/f64", "rasn/bytes"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Data types for handling Cryptographic Message Syntax."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "rasn-cms"
readme = "README.md"
repository = "https://github.com/librasn/rasn.git"
version = "0.28.2"

[[test]]
name = "test_cms"
path = "tests/test_cms.rs"