# 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 = "tx4-go-pion" version = "0.0.1" authors = ["Holochain Core Dev Team "] description = "Rust bindings to the go pion webrtc library" documentation = "https://docs.rs/tx4-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/tx4" resolver = "1" [dependencies.parking_lot] version = "0.12.1" [dependencies.tokio] version = "1.21.2" features = ["rt"] [dependencies.tracing] version = "0.1.36" [dependencies.tx4-go-pion-sys] version = "0.0.1" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "rt", "rt-multi-thread", "sync", ] [dev-dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"]