# 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 = "ssb-boxstream" version = "0.2.2" authors = ["sean billig "] include = ["src/**/*", "README.md"] description = "Encrypted box-stream protocol for Secure Scuttlebutt" documentation = "https://docs.rs/ssb-boxstream/" readme = "README.md" keywords = ["box-stream", "ssb", "scuttlebutt"] license = "AGPL-3.0" repository = "https://github.com/sunrise-choir/ssb-boxstream" [dependencies.byteorder] version = "1.3.1" [dependencies.futures-core] version = "0.3.5" [dependencies.futures-io] version = "0.3.5" [dependencies.ssb-crypto] version = "0.2.1" [dependencies.thiserror] version = "1.0.20" [dependencies.zerocopy] version = "0.3.0" [dev-dependencies.async-ringbuffer] version = "~0.5.4" [dev-dependencies.futures-executor] version = "0.3.5" [dev-dependencies.futures-task] version = "0.3.5" [dev-dependencies.futures-util] version = "0.3.5" features = ["io"]