# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "subwallet" version = "0.1.0" authors = ["yxf "] description = "CLI Wallet for Polkadot/Substrate" homepage = "https://github.com/yxf/subwallet" license = "MIT" repository = "https://github.com/yxf/subwallet" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.clap] version = "2.33.0" [dependencies.dirs] version = "2.0" [dependencies.hex] version = "0.4.0" [dependencies.rand] version = "0.7.2" [dependencies.rpassword] version = "4.0.1" [dependencies.rustbreak] version = "2.0.0-rc3" features = ["bin_enc"] [dependencies.schnorrkel] version = "0.9.1" features = ["preaudit_deprecated", "u64_backend"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sodalite] version = "0.3.0" [dependencies.sp-core] version = "2.0.0-rc2" [dependencies.tiny-bip39] version = "0.7" [dev-dependencies.hex-literal] version = "0.2.1"