# 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 = "edelcrantz" version = "0.6.1" authors = ["Graydon Hoare "] description = "async peer-to-peer rpc-and-messaging service" readme = "README.md" keywords = ["rpc", "async", "service", "io"] license = "MIT OR Apache-2.0" repository = "http://github.com/graydon/edelcrantz" [dependencies.byteorder_async] version = "1.2.0" features = ["futures_async"] [dependencies.futures] version = "0.3.5" [dependencies.postcard] version = "0.5.1" features = ["alloc"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.22" [dependencies.tracing-futures] version = "0.2.4" [dev-dependencies.async-std] version = "1.7.0" [dev-dependencies.duplexify] version = "1.2.2" [dev-dependencies.sluice] version = "0.5.2" [dev-dependencies.tracing-subscriber] version = "0.2.15" features = ["chrono", "env-filter", "fmt"]