is 0.9.0

ICE (Interactive Connectivity Establishment) in Sans-IO style
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 = "is"
version = "0.9.0"
authors = [
    "Martin Algesten <martin@algesten.se>",
    "Thomas Eizinger <thomas@eizinger.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ICE (Interactive Connectivity Establishment) in Sans-IO style"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/algesten/str0m"

[features]
_internal_test_exports = ["str0m-proto/_internal_test_exports"]
default = ["sha1"]
pii = ["str0m-proto/pii"]
sha1 = [
    "dep:hmac",
    "dep:sha1_",
]

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

[dependencies.crc]
version = "3"

[dependencies.hmac]
version = "0.12.1"
optional = true

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

[dependencies.sha1_]
version = "0.10"
optional = true
package = "sha1"

[dependencies.str0m-proto]
version = "0.5.0"
default-features = false

[dependencies.subtle]
version = "2.0.0"

[dependencies.tracing]
version = "0.1.37"

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

[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = [
    "env-filter",
    "std",
]