# 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 = "emerald-wallet-state" version = "0.1.0" authors = [ "Igor Artamonov", "Emerald Team", ] description = "Emerald Wallet State storage" homepage = "https://emerald.cash" documentation = "https://docs.rs/emerald-wallet-state" readme = "crates.md" license = "Apache-2.0" repository = "https://github.com/emeraldpay/emerald-wallet-state" [dependencies.bitcoin] version = "~0.29" [dependencies.chrono] version = "0.4" [dependencies.emerald-vault] version = "0.32.0" [dependencies.enum-display-derive] version = "0.1" [dependencies.fs_extra] version = "1.2" [dependencies.protobuf] version = "2.25" features = ["with-bytes"] [dependencies.regex] version = "1.6" [dependencies.sled] version = "0.34" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.tempdir] version = "0.3"