# 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 = "accumulate-api" version = "0.1.0" authors = ["Sergey Bushnyak "] description = "Lower-level API for interfacing with the Accumulate Protocol via JSON-RPC" readme = "README.md" keywords = [ "accumulate", "api", "jsonrpc", "rpc", "async", ] categories = [ "asynchronous", "api-bindings", "network-programming", ] license = "MIT" [lib] name = "accumulate_api" path = "src/lib.rs" [[bin]] name = "app" path = "src/main.rs" [dependencies.async-trait] version = "0.1.77" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.12" features = [ "default-tls", "json", ] default-features = false [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.failure] version = "0.1.5" [dev-dependencies.tokio] version = "1" features = ["full"]