rsca 0.2.0

A Rust library for TWCA digital signature operations with PKCS#7 and PKCS#1 support
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 = "rsca"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for TWCA digital signature operations with PKCS#7 and PKCS#1 support"
readme = "README.md"
license = "MIT"

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

[[bench]]
name = "signing_benchmark"
path = "benches/signing_benchmark.rs"
harness = false

[[bench]]
name = "time_benchmark"
path = "benches/time_benchmark.rs"
harness = false

[dependencies.base64]
version = "0.21.5"

[dependencies.coarsetime]
version = "0.1"

[dependencies.itoa]
version = "1.0"

[dependencies.openssl]
version = " = 0.10.57"
features = ["vendored"]

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.snafu]
version = "0.7.5"

[dependencies.speedate]
version = "0.13.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.criterion]
version = "0.5"

[build-dependencies.openssl-src]
version = " = 111"

[build-dependencies.openssl-sys]
version = " = 0.9.92"
features = ["vendored"]