[package] name = "pfc-tester" version = "0.1.3" authors = ["PFC "] edition = "2021" description = "Smart Contract Testing Tools" license = "Apache-2.0" repository = "https://github.com/PFC-Validator/PFC-tester" homepage = "https://TBD.example.com" documentation = "https://TBD.example.com" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] terra-rust-cli = "1.0.11" terra-rust-api = "1.2" terra-rust-wallet = "1.1.5" anyhow="1.0" thiserror = "1.0.30" tokio = { version = "1.14.0", features = ["full"] } clap = { version = "3.0.14", features = ["derive","env"] } env_logger = "0.8.3" log="0.4" dotenv="0.15.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.79" secp256k1 = { version = "0.20.3", default-features = false } glob = "0.3.0" chrono="0.4.19" base64="0.13.0" rand="0.8.5"