# 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 = "essential-rest-client" version = "0.6.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for interacting with the Essential Server" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-integration" [lib] name = "essential_rest_client" path = "src/lib.rs" [[bin]] name = "essential-rest-client" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.essential-builder-types] version = "0.2.0" [dependencies.essential-node-types] version = "0.2.0" [dependencies.essential-types] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.12.8" features = [ "json", "native-tls-alpn", ] [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.39.3" features = ["full"] [dev-dependencies.essential-node] version = "0.8.0" [dev-dependencies.essential-node-api] version = "0.8.0" [dev-dependencies.uuid] version = "1.11.0" features = ["v4"]