# 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 = "webrtc-util" version = "0.9.0" authors = ["Rain Liu "] description = "Utilities for WebRTC.rs stack" homepage = "https://webrtc.rs" documentation = "https://docs.rs/webrtc-util" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/webrtc-rs/util" [[bench]] name = "bench" harness = false [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.ipnet] version = "2.6.0" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.portable-atomic] version = "1.6" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.32.0" features = [ "fs", "io-util", "io-std", "macros", "net", "parking_lot", "rt", "rt-multi-thread", "sync", "time", ] [dev-dependencies.async-global-executor] version = "2" [dev-dependencies.chrono] version = "0.4.28" [dev-dependencies.criterion] version = "0.5" features = ["async_futures"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio-test] version = "0.4" [features] buffer = [] conn = [ "buffer", "sync", ] default = [ "buffer", "conn", "ifaces", "vnet", "marshal", "sync", ] ifaces = [] marshal = [] sync = [] vnet = ["ifaces"] [target."cfg(not(windows))".dependencies.libc] version = "0.2.126" [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", ]