# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rmp-ipc" version = "0.11.1" authors = ["trivernis "] description = "IPC using Rust MessagePack (rmp)" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/rmp-ipc" [lib] bench = false [[bench]] name = "serialization_benchmark" harness = false [[bench]] name = "deserialization_benchmark" harness = false [dependencies.async-trait] version = "0.1.51" [dependencies.byteorder] version = "1.4.3" [dependencies.futures] version = "0.3.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.rmp-serde] version = "0.15.4" [dependencies.serde] version = "1.0.130" features = ["serde_derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.12.0" features = ["net", "io-std", "io-util", "sync", "time"] [dependencies.tracing] version = "0.1.29" [dependencies.typemap_rev] version = "0.1.5" [dev-dependencies.criterion] version = "0.3.5" features = ["async_tokio", "html_reports"] [dev-dependencies.tokio] version = "1.12.0" features = ["macros", "rt-multi-thread"]