casper-client 5.0.0

A client library and binary for interacting with the Casper network
Documentation
[[bin]]
doc = false
name = "casper-client"
path = "src/main.rs"
required-features = ["async-trait", "clap", "clap_complete", "std-fs-io"]

[dependencies.async-trait]
default-features = false
optional = true
version = "0.1.74"

[dependencies.base16]
version = "0.2.1"

[dependencies.base64]
default-features = false
version = "0.22.1"

[dependencies.bytes]
default-features = false
version = "1.6.0"

[dependencies.casper-types]
features = ["std", "json-schema"]
version = "6.0.1"

[dependencies.clap]
features = ["cargo", "deprecated"]
optional = true
version = "~4.5"

[dependencies.clap_complete]
default-features = false
optional = true
version = "~4.5"

[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]
features = ["json"]
version = "0.12.12"

[dependencies.schemars]
version = "0.8.18"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1"

[dependencies.serde-map-to-array]
version = "1.1.1"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1"

[dependencies.tar]
default-features = false
version = "0.4.41"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["macros", "rt", "sync", "time"]
version = "1.39.3"

[dependencies.toml]
version = "0.8.22"

[dependencies.uint]
version = "0.9.5"

[dev-dependencies.casper-types]
features = ["std", "json-schema", "testing"]
version = "6.0.1"

[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"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "casper_client"
path = "lib/lib.rs"

[package]
authors = ["Karan Dhareshwar <karan@casper.network>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A client library and binary for interacting with the Casper network"
documentation = "https://docs.rs/casper-client"
edition = "2021"
homepage = "https://casper.network"
license = "Apache-2.0"
name = "casper-client"
readme = "README.md"
repository = "https://github.com/casper-ecosystem/casper-client-rs"
version = "5.0.0"

[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/casper-network/casper-node
"""
revision = "0"

[package.metadata.deb.variants.jammy]
name = "casper-client"
revision = "0+jammy"

[package.metadata.deb.variants.noble]
name = "casper-client"
revision = "0+noble"