# 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 = "casper-client" version = "3.0.0" authors = [ "Marc Brinkmann ", "Fraser Hutchison ", "Zachary Showalter ", ] description = "A client library and binary for interacting with the Casper network" homepage = "https://casperlabs.io" documentation = "https://docs.rs/casper-client" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/casper-ecosystem/casper-client-rs" [package.metadata.deb] assets = [[ "./target/release/casper-client", "/usr/bin/casper-client", "755", ]] extended-description = """ Package for Casper Client to connect to Casper Node. For information on using package, see https://github.com/CasperLabs/casper-node """ features = ["vendored-openssl"] revision = "0" [package.metadata.deb.variants.bionic] name = "casper-client" revision = "0+bionic" [package.metadata.deb.variants.focal] name = "casper-client" revision = "0+focal" [package.metadata.rpm] package = "casper-client" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.casper-client] path = "/usr/bin/casper-client" [lib] name = "casper_client" crate-type = [ "cdylib", "rlib", ] path = "lib/lib.rs" [[bin]] name = "casper-client" path = "src/main.rs" doc = false required-features = [ "async-trait", "clap", "clap_complete", "std-fs-io", ] [dependencies.async-trait] version = "0.1.74" optional = true default-features = false [dependencies.base16] version = "0.2.1" [dependencies.base64] version = "0.22.1" default-features = false [dependencies.bytes] version = "1.6.0" default-features = false [dependencies.casper-types] version = "5.0.0" features = [ "std", "json-schema", ] [dependencies.clap] version = "~4.4" features = [ "cargo", "deprecated", ] optional = true [dependencies.clap_complete] version = "~4.4" optional = true default-features = false [dependencies.flate2] version = "1.0.30" [dependencies.hex-buffer-serde] version = "0.4.0" [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.12.0" [dependencies.jsonrpc-lite] version = "0.6.0" [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.schemars] version = "0.8.18" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde-map-to-array] version = "1.1.1" [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.tar] version = "0.4.41" default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.39.3" features = [ "macros", "rt", "sync", "time", ] [dependencies.uint] version = "0.9.5" [dev-dependencies.tempfile] version = "3.8.1" [features] default = [ "async-trait", "clap", "clap_complete", "std-fs-io", ] std-fs-io = ["casper-types/std-fs-io"]