# 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 = "2018" name = "saltyrtc-client" version = "0.9.0" authors = ["Danilo Bargen "] description = "Asynchronous SaltyRTC client implementation for Rust." documentation = "https://docs.rs/saltyrtc-client" readme = "README.md" keywords = [ "saltyrtc", "end-to-end", "e2e", "signaling", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/saltyrtc/saltyrtc-client-rs" [dependencies.byteorder] version = "1.1" [dependencies.crypto_box] version = "0.7.1" features = ["serde"] [dependencies.data-encoding] version = "2.1" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.mopa] version = "0.2" [dependencies.native-tls] version = "0.2" [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.rmp-serde] version = "0.13" [dependencies.rmpv] version = "0.4" features = ["with-serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio-core] version = "0.1" [dependencies.tokio-timer] version = "0.1" [dependencies.websocket] version = "0.26" features = [ "async", "async-ssl", ] default-features = false [dependencies.xsalsa20poly1305] version = "0.8" [dev-dependencies.anyhow] version = "1" [dev-dependencies.clap] version = "3" features = [ "std", "derive", ] default-features = false [dev-dependencies.cursive] version = "0.20" [dev-dependencies.log4rs] version = "1.1" [features] default = [] msgpack-debugging = [] [badges.circle-ci] branch = "master" repository = "saltyrtc/saltyrtc-client-rs" [badges.maintenance] status = "passively-maintained"