# 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-go-pion-turn" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = "build.rs" exclude = ["vendor/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust process wrapper around tx5-go-pion-turn executable" documentation = "https://docs.rs/tx5-go-pion-turn" 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_go_pion_turn" path = "src/lib.rs" [dependencies.base64] version = "0.13.0" [dependencies.dirs] version = "5.0.0" [dependencies.dunce] version = "1.0.3" [dependencies.if-addrs] version = "0.10.1" [dependencies.once_cell] version = "1.17.1" [dependencies.sha2] version = "0.10.6" [dependencies.tokio] version = "1.35.1" features = [ "process", "io-util", ] [dependencies.tracing] version = "0.1.37" [dependencies.tx5-core] version = "0.0.17-alpha" features = ["file_check"] default-features = false [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [build-dependencies.base64] version = "0.13.0" [build-dependencies.sha2] version = "0.10.6" [build-dependencies.zip] version = "0.6.4" features = ["deflate"] default-features = false