casper-client 5.0.1

A client library and binary for interacting with the Casper network
Documentation
# 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 = "5.0.1"
authors = ["Karan Dhareshwar <karan@casper.network>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client library and binary for interacting with the Casper network"
homepage = "https://casper.network"
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/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"

[features]
default = [
    "async-trait",
    "clap",
    "clap_complete",
    "std-fs-io",
]
std-fs-io = ["casper-types/std-fs-io"]

[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 = "7.0.0"
features = [
    "std",
    "json-schema",
]

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

[dependencies.clap_complete]
version = "~4.5"
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.12"
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.toml]
version = "0.8.22"

[dependencies.uint]
version = "0.9.5"

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

[dev-dependencies.tempfile]
version = "3.8.1"