# 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 = "remop" version = "0.8.0-pre0" authors = ["ENQT GmbH ", "Sebastian Urban "] description = "Remote multiplexed objects and ports" keywords = ["remote", "channel", "rpc", "stream", "multiplexer"] license = "Apache-2.0" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["macros", "rt", "sync", "time"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tokio] version = "1" features = ["net", "io-util", "rt", "rt-multi-thread"] [dev-dependencies.tokio-util] version = "0.6" features = ["codec"] [features] default = ["serde"]