# 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-online" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Holochain WebRTC P2P Communication Ecosystem Online Connectivity Events" documentation = "https://docs.rs/tx5-online" 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_online" path = "src/lib.rs" [[bin]] name = "tx5-online" path = "src/bin/tx5-online.rs" [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.trust-dns-resolver] version = "0.22.0" [dependencies.tx5-core] version = "0.0.17-alpha" default-features = false