# 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 = "account" version = "0.1.1-beta1" authors = ["dravenk "] description = "Provides a simple tool library for managing web3 accounts.It provides a set of APIs for account management, including account creation, account import, account export, account deletion, account balance query, account transfer, etc." documentation = "https://docs.rs/account" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.bip32] version = "0.5.1" features = ["alloc"] [dependencies.rand_core] version = "0.6.4" features = [ "std", "getrandom", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8.8" [dependencies.x25519-dalek] version = "2.0.0" features = ["static_secrets"]