# 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" name = "atm0s-custom-str0m" version = "0.1.1" authors = [ "Martin Algesten ", "Hugo Tunius ", "Davide Bertola ", ] description = "WebRTC library in Sans-IO style" readme = "README.md" keywords = [ "webrtc", "streaming", "video", "audio", "media", ] categories = [ "web-programming", "multimedia", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/algesten/str0m" [dependencies.combine] version = "4.6.6" [dependencies.crc] version = "3.0.0" [dependencies.fastrand] version = "2.0.1" [dependencies.hmac] version = "0.12.1" [dependencies.once_cell] version = "1.17.0" [dependencies.openssl] version = "0.10.45" features = ["vendored"] optional = true [dependencies.openssl-sys] version = "0.9.80" optional = true [dependencies.sctp-proto] version = "0.1.7" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.tracing] version = "0.1.37" [dev-dependencies.pcap-file] version = "2.0.0" [dev-dependencies.rouille] version = "3.5.0" features = ["ssl"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.systemstat] version = "0.2.2" [dev-dependencies.time] version = "=0.3.23" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "std", ] [features] _internal_dont_use_log_stats = [] _internal_test_exports = [] default = ["openssl"] openssl = [ "dep:openssl", "dep:openssl-sys", ] [target."cfg(unix)".dependencies.sha-1] version = "0.10.1" features = ["asm"] [target."cfg(windows)".dependencies.sha-1] version = "0.10.1"