# 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-connection" version = "0.1.5-beta" authors = ["Holochain Core Dev Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "holochain webrtc connection" homepage = "https://github.com/holochain/tx5" documentation = "https://docs.rs/tx5-connection" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "webrtc", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" [lib] name = "tx5_connection" path = "src/lib.rs" [dependencies.bit_field] version = "0.10.2" [dependencies.datachannel] version = "0.13.1" features = [ "tracing", "vendored", ] optional = true default-features = false [dependencies.futures] version = "0.3.28" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tx5-core] version = "0.1.5-beta" default-features = false [dependencies.tx5-go-pion] version = "0.1.5-beta" optional = true [dependencies.tx5-signal] version = "0.1.5-beta" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sbd-server] version = "0.0.8-alpha" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [features] backend-go-pion = ["dep:tx5-go-pion"] backend-libdatachannel = ["dep:datachannel"] backend-webrtc-rs = [] default = ["backend-go-pion"]