rasn-cms 0.28.7

Data types for handling Cryptographic Message Syntax.
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 = "2021"
name = "rasn-cms"
version = "0.28.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data types for handling Cryptographic Message Syntax."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/librasn/rasn.git"

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

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

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

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

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

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