# 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 = "over-there-wire" version = "0.1.0-alpha.1" authors = ["Chip Senkbeil "] description = "Wire transport library for use with other over-there libraries" homepage = "https://over-there.dev" license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/over-there/tree/master/over-there-wire" [dependencies.futures-io] version = "0.3.4" [dependencies.log] version = "0.4.8" [dependencies.over-there-auth] version = "0.1.0-alpha.1" [dependencies.over-there-crypto] version = "0.1.0-alpha.1" [dependencies.over-there-derive] version = "0.1.0-alpha.1" [dependencies.over-there-utils] version = "0.1.0-alpha.1" [dependencies.rand] version = "0.7.3" [dependencies.rmp-serde] version = "0.14.0" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_bytes] version = "0.11.3" [dependencies.tokio] version = "0.2.13" features = ["io-util", "tcp", "udp"] [dev-dependencies.env_logger] version = "0.7.1"