# 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-demo" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Demo crate showing off Tx5 WebRTC functionality" documentation = "https://docs.rs/tx5-demo" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "webrtc", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/holochain/tx5" [[bin]] name = "tx5-demo" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.4.6" features = [ "derive", "wrap_help", ] [dependencies.futures] version = "0.3.28" [dependencies.influxive] version = "=0.0.2-alpha.1" [dependencies.openssl-sys] version = "0.9.90" features = ["vendored"] [dependencies.opentelemetry_api] version = "=0.20.0" features = ["metrics"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.tempfile] version = "3.8.0" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.tx5] version = "0.0.17-alpha"