# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "in_stream" version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] description = "trait system for facilitating non-blocking stream chaining with handshaking" documentation = "https://docs.rs/in_stream" readme = "README.md" keywords = ["stream", "socket", "tcp", "websocket", "tls"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/holochain/holochain-rust" [dependencies.crossbeam-channel] version = "0.3" [dependencies.env_logger] version = "0.6" [dependencies.lazy_static] version = "=1.4.0" [dependencies.log] version = "0.4" [dependencies.nanoid] version = "0.2" [dependencies.native-tls] version = "0.2" [dependencies.net2] version = "0.2" [dependencies.openssl] version = "0.10" [dependencies.parking_lot] version = "0.9" [dependencies.rcgen] version = "=0.8.0" [dependencies.serde] version = "=1.0.104" features = ["rc"] [dependencies.serde_derive] version = "=1.0.104" [dependencies.serde_json] version = "=1.0.47" features = ["preserve_order"] [dependencies.shrinkwraprs] version = "0.2" [dependencies.tungstenite] version = "0.9.2" [dependencies.url2] version = "0.0.4"