# 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 = "rmp-futures" version = "0.3.2" authors = ["Tyler Hall "] description = "Async Rust MessagePack and MessagePack-RPC" documentation = "https://docs.rs/rmp-futures" readme = "README.md" keywords = ["msgpack", "MessagePack"] categories = ["encoding", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/tylerwhall/rmp-futures" [profile.release] lto = true debug = true [dependencies.byteorder] version = "1.3" [dependencies.enum-primitive-derive] version = "0.2" [dependencies.futures] version = "0.3.1" features = ["unstable"] [dependencies.num-traits] version = "0.2" [dependencies.rmp] version = "0.8" [dependencies.rmpv] version = "0.4" [dependencies.slab] version = "0.4" [dev-dependencies.async-std] version = "1.5.0" features = ["attributes"] [features] read-initializer = ["futures/read-initializer"]