str0m-rust-crypto 0.1.2

Pure Rust crypto backend for str0m WebRTC
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"
rust-version = "1.81.0"
name = "str0m-rust-crypto"
version = "0.1.2"
authors = ["Martin Algesten <martin@algesten.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust crypto backend for str0m WebRTC"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/algesten/str0m"

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

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.ctr]
version = "0.9"

[dependencies.dimpl]
version = "0.2.4"
features = [
    "rust-crypto",
    "rcgen",
]
default-features = false

[dependencies.hmac]
version = "0.12.1"

[dependencies.p256]
version = "0.13"
features = ["ecdh"]

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.str0m-proto]
version = "0.1.2"