# 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-signal-srv" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "holochain webrtc signal server" homepage = "https://github.com/holochain/tx5" documentation = "https://docs.rs/tx5-signal-core" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "webrtc", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" [lib] name = "tx5_signal_srv" path = "src/lib.rs" [[bin]] name = "tx5-signal-srv" path = "src/bin/tx5-signal-srv.rs" [dependencies.clap] version = "4.4.6" features = [ "derive", "wrap_help", ] [dependencies.dirs] version = "5.0.0" [dependencies.futures] version = "0.3.28" [dependencies.if-addrs] version = "0.10.1" [dependencies.once_cell] version = "1.17.1" [dependencies.prometheus] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.sodoken] version = "=0.0.11" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.tx5-core] version = "0.0.17-alpha" default-features = false [dependencies.warp] version = "0.3.4" features = ["websocket"]