# 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 = "2021" name = "eva-rjrpc" version = "0.3.1" authors = ["Serhij S. "] description = "EVA ICS JSON RPC internals" readme = "README.md" keywords = [ "jsonrpc", "rpc", "json", ] license = "Apache-2.0" repository = "https://github.com/eva-ics/eva4-rjrpc" [lib] name = "rjrpc" path = "src/lib.rs" [dependencies.base64] version = "0.13.0" optional = true [dependencies.eva-common] version = "0.3.0" [dependencies.hyper] version = "0.14.17" features = ["full"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.rmp-serde] version = "1.0.0" [dependencies.serde] version = "1.0.133" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.75" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.url] version = "2.2.2" [features] http = ["base64"]