rice-c 0.4.2

ICE (RFC8445) implementation protocol
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"
rust-version = "1.85.0"
name = "rice-c"
version = "0.4.2"
authors = ["Matthew Waters <matthew@centricular.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ICE (RFC8445) implementation protocol"
documentation = "https://docs.rs/rice-c"
readme = "README.md"
keywords = [
    "STUN",
    "ICE",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ystreet/librice"
resolver = "2"

[package.metadata.system-deps]
rice-proto = "0.4.2"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]

[features]
default = [
    "rustls",
    "openssl",
]
dimpl = []
openssl = []
rustls = []

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

[dependencies.sans-io-time]
version = "0.2"

[dependencies.thiserror]
version = "2"
features = ["std"]
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
default-features = false

[dev-dependencies.tracing]
version = "0.1"
features = [
    "attributes",
    "std",
]
default-features = false

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

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.system-deps]
version = "7"