# 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 = "fuel-core-client-bin" version = "0.40.0" authors = ["Fuel Labs "] description = "The fuel cli to interact with `fuel-core` client." homepage = "https://fuel.network/" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "fuel-cli", "fuel-gql", ] categories = [ "concurrency", "cryptography::cryptocurrencies", "emulators", ] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [[bin]] name = "fuel-core-client" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.fuel-core-client] version = "0.40.0" [dependencies.fuel-core-types] version = "0.40.0" features = [ "alloc", "serde", ] default-features = false [dependencies.serde_json] version = "1.0" features = [ "alloc", "raw_value", ] default-features = false [dependencies.tokio] version = "1.27" features = ["macros"] default-features = false