# 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-keygen-bin" version = "0.40.2" description = "Command line utilities for fuel-core key management" homepage = "https://fuel.network/" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "vm", ] license = "Apache-2.0" repository = "https://github.com/FuelLabs/fuel-core" [[bin]] name = "fuel-core-keygen" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.crossterm] version = "0.27.0" [dependencies.fuel-core-keygen] version = "0.40.2" [dependencies.serde_json] version = "1.0" features = [ "alloc", "raw_value", ] default-features = false [dependencies.termion] version = "2.0.1"