# 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" version = "0.40.0" authors = ["Fuel Labs "] description = "Create to create command line utilities for fuel-core key management" homepage = "https://fuel.network/" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "vm", ] categories = [ "concurrency", "cryptography::cryptocurrencies", "emulators", ] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.fuel-core-types] version = "0.40.0" features = [ "alloc", "serde", "random", ] default-features = false [dependencies.libp2p-identity] version = "0.2.4" features = [ "secp256k1", "peerid", ] [dependencies.serde] version = "1.0" features = ["derive"]