[package] name = "pea-pay" version = "0.1.2" edition = "2021" license = "MIT" description = "エンドウ" readme = "crate.md" categories = ["cryptography::cryptocurrencies"] repository = "https://github.com/peacash/peacash" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pea-address = { version = "0.3.0", path = "../address" } pea-api = { version = "0.3.0", path = "../api" } pea-int = { version = "0.1.0", path = "../int" } pea-core = { version = "0.3.0", path = "../core" } pea-pay-core = { version = "0.1.1", path = "../pay-core" } pea-pay-db = { version = "0.1.1", path = "../pay-db" } pea-key = { version = "0.2.2", path = "../key" } pea-logger = { version = "0.1.1", path = "../logger" } pea-transaction = { version = "0.3.0", path = "../transaction" } pea-wallet = { version = "0.4.0", path = "../wallet" } hex = "0.4.3" tokio = { version = "1.19.2", features = ["full"] } clap = { version = "3.2.6", features = ["derive"] } lazy_static = "1.4.0" regex = "1.6.0" log = "0.4.17" colored = "2.0.0" futures = "0.3.25" serde_json = "1.0.82" bincode = "1.3.3" reqwest = { version = "0.11.11", features = ["json"] } rocksdb = "0.19.0" tempdir = "0.3.7"