# 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 = "golem-rpc-api" version = "0.2.0" authors = ["Przemysław K. Rekucki "] description = "Typesafe binding for Brass Golem RPC services" homepage = "https://github.com/golemfactory/golem-client/tree/master/golem-rpc-api" documentation = "https://docs.rs/golem-rpc-api" keywords = ["Golem", "Brass", "RPC", "API"] license = "GPL-3.0" repository = "https://github.com/golemfactory/golem-client.git" [dependencies.actix-wamp] version = "0.2.0" [dependencies.bigdecimal] version = "0.1.0" features = ["serde"] [dependencies.chrono] version = "0.4.6" features = ["serde"] [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.golem-rpc-macros] version = "0.2.0" optional = true [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.openssl] version = "0.10.20" [dependencies.serde] version = "~1.0.80" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.tokio] version = "0.2" features = ["time"] [dev-dependencies.rand] version = "0.5" [features] default = ["settings"] settings = ["golem-rpc-macros"] [badges.github-actions] branch = "master" repository = "golemfactory/golem-client"