fuel-core-client-bin 0.40.0

The fuel cli to interact with `fuel-core` client.
[[bin]]
name = "fuel-core-client"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.fuel-core-client]
version = "0.40.0"

[dependencies.fuel-core-types]
default-features = false
features = ["alloc", "serde"]
version = "0.40.0"

[dependencies.serde_json]
default-features = false
features = ["alloc", "raw_value"]
version = "1.0"

[dependencies.tokio]
default-features = false
features = ["macros"]
version = "1.27"

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"]
description = "The fuel cli to interact with `fuel-core` client."
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "fuel-cli", "fuel-gql"]
license = "BUSL-1.1"
name = "fuel-core-client-bin"
repository = "https://github.com/FuelLabs/fuel-core"
version = "0.40.0"