# 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 = "bittensor-wallet" version = "0.1.0" authors = ["Samuel Dare "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A wallet implementation for the Bittensor network" readme = "README.md" keywords = [ "bittensor", "wallet", "cryptocurrency", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/distributedstatemachine/bittensor-rs" [lib] name = "bittensor_wallet" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "bittensor-wallet" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10.3" [dependencies.argon2] version = "0.5.3" [dependencies.base64] version = "0.22.1" [dependencies.bip39] version = "2.0.0" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.pyo3] version = "0.20.0" features = ["extension-module"] [dependencies.pyo3-asyncio] version = "0.20.0" features = ["tokio-runtime"] [dependencies.rand] version = "0.8.5" [dependencies.schnorrkel] version = "0.11.4" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" [dependencies.sp-core] version = "34.0.0" [dependencies.sp-runtime] version = "39.0.0" [dependencies.subxt] version = "0.37.0" features = ["substrate-compat"] [dependencies.thiserror] version = "1.0.62" [dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.tempfile] version = "3.2" [build-dependencies.pkg-config] version = "0.3.30" [build-dependencies.pyo3-build-config] version = "0.20.0"