# 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 = "forc-wallet" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A forc plugin for generating or importing wallets using BIP39 phrases." homepage = "https://fuel.network/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FuelLabs/forc-wallet" [lib] name = "forc_wallet" path = "src/lib.rs" [[bin]] name = "forc-wallet" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.eth-keystore] version = "0.5" [dependencies.forc-tracing] version = "0.47.0" [dependencies.fuel-crypto] version = "0.58.2" [dependencies.fuel-types] version = "0.58.2" [dependencies.fuels] version = "0.66.9" [dependencies.fuels-core] version = "0.66.9" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.home] version = "0.5.3" [dependencies.rand] version = "0.8.4" default-features = false [dependencies.rpassword] version = "7.2" [dependencies.serde_json] version = "1.0" [dependencies.termion] version = "2.0" [dependencies.tiny-bip39] version = "1.0" [dependencies.tokio] version = "1.10.1" features = ["full"] [dependencies.url] version = "2.3" [dev-dependencies.tempfile] version = "3.13.0"