# 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 = "tx5-go-pion" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to the go pion webrtc library" documentation = "https://docs.rs/tx5-go-pion" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "webrtc", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/holochain/tx5" [lib] name = "tx5_go_pion" path = "src/lib.rs" [[example]] name = "turn-stress" path = "examples/turn-stress.rs" [[test]] name = "limit-ports" path = "tests/limit-ports.rs" [dependencies.futures] version = "0.3.28" [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tx5-go-pion-sys] version = "0.0.17-alpha" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.tx5-core] version = "0.0.17-alpha" default-features = false [dev-dependencies.tx5-go-pion-turn] version = "0.0.17-alpha"