# 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 = "remote-trait-object" version = "0.5.0" authors = ["CodeChain Team "] include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "A remote method invocation library based on trait objects" keywords = ["rmi", "protocol", "network", "server"] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/CodeChain-io/remote-trait-object" [dependencies.bincode] version = "1.3.1" [dependencies.crossbeam] version = "0.7.3" [dependencies.linkme] version = "0.2.3" [dependencies.log] version = "0.4.8" [dependencies.parking_lot] version = "0.11.1" [dependencies.remote-trait-object-macro] version = "=0.4.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11.1" [dependencies.threadpool] version = "1.8.1" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.serde_json] version = "1.0"