rtc-shared 0.8.2

RTC Shared in Rust
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 = "2024"
name = "rtc-shared"
version = "0.8.2"
authors = ["Rain Liu <yliu@webrtc.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTC Shared in Rust"
homepage = "https://webrtc.rs"
documentation = "https://docs.rs/rtc-shared"
readme = "README.md"
keywords = [
    "sansio",
    "networking",
    "protocols",
]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/webrtc-rs/rtc"
resolver = "2"

[features]
crypto = []
default = [
    "crypto",
    "ifaces",
    "marshal",
    "replay",
]
ifaces = []
marshal = []
replay = []

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

[dependencies.aes]
version = "0.8.4"

[dependencies.aes-gcm]
version = "0.10.3"
features = ["std"]

[dependencies.bytes]
version = "1.11.0"

[dependencies.p256]
version = "0.13.2"
features = [
    "default",
    "ecdh",
    "ecdsa",
]

[dependencies.rand]
version = "0.9.2"

[dependencies.rcgen]
version = "0.14.6"
features = [
    "pem",
    "x509-parser",
]

[dependencies.sec1]
version = "0.7.3"
features = ["std"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.substring]
version = "1.4.5"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.url]
version = "2.5.0"

[target."cfg(not(windows))".dependencies.nix]
version = "0.26.2"

[target."cfg(windows)".dependencies.bitflags]
version = "1.3"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "basetsd",
    "guiddef",
    "ws2def",
    "winerror",
    "ws2ipdef",
]