# 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" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "holochain webrtc signal client" homepage = "https://github.com/holochain/tx5" documentation = "https://docs.rs/tx5-signal" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "webrtc", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" [lib] name = "tx5_signal" path = "src/lib.rs" [[example]] name = "connect" path = "examples/connect.rs" [dependencies.futures] version = "0.3.28" [dependencies.lair_keystore_api] version = "=0.4.7" [dependencies.once_cell] version = "1.17.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rand-utf8] version = "0.0.1" [dependencies.rcgen] version = "0.10.0" features = ["pem"] [dependencies.ring] version = "0.16.20" [dependencies.rustls] version = "0.20.0" features = ["dangerous_configuration"] [dependencies.rustls-native-certs] version = "0.6.2" [dependencies.rustls-pemfile] version = "1.0.2" [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.sha2] version = "0.10.6" [dependencies.socket2] version = "0.5.2" features = ["all"] [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tokio-rustls] version = "0.23.4" [dependencies.tokio-tungstenite] version = "0.18.0" features = ["rustls-tls-native-roots"] [dependencies.tracing] version = "0.1.37" [dependencies.tx5-core] version = "0.0.17-alpha" default-features = false [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand-utf8] version = "0.0.1" [dev-dependencies.sodoken] version = "=0.0.11" [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.tx5-signal-srv] version = "0.0.17-alpha" [target.'cfg(not(any(target_os = "windows", target_os = "linux", target_os = "macos")))'.dependencies.webpki-roots] version = "0.23.0"