sframe 0.7.1

pure rust implementation of SFrame draft-ietf-sframe-enc-09
Documentation
[[bench]]
harness = false
name = "bench_main"
[dependencies.bitfield]
version = "0.15"

[dependencies.cfg-if]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.openssl]
features = ["vendored"]
optional = true
version = "0.10"

[dependencies.ring]
optional = true
version = "0.17"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.bbqueue]
version = "0.5"

[dev-dependencies.cgisf_lib]
version = "0.2"

[dev-dependencies.clap]
features = ["derive"]
version = "4.4"

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

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.phf]
features = ["macros"]
version = "0.11"

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

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.simple_logger]
version = "5.0"

[dev-dependencies.test-case]
version = "3.1"

[features]
default = ["ring"]

[package]
authors = ["Tobias Waurick <tobtherock@proton.me>", "Hendrik Sollich <hendrik.sollich@goto.com>", "Richard Haehne <richard.haehne@goto.com>"]
categories = ["cryptography", "wasm", "web-programming", "network-programming"]
description = "pure rust implementation of SFrame draft-ietf-sframe-enc-09"
documentation = "https://docs.rs/sframe/"
edition = "2021"
keywords = ["encryption", "sframe", "secure-frame", "webrtc", "wasm"]
license = "MIT/Apache-2.0"
name = "sframe"
readme = "README.md"
repository = "https://github.com/TobTheRock/sframe-rs"
version = "0.7.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.ring]
features = ["wasm32_unknown_unknown_js"]
optional = true
version = "0.17"