[package] name = "sunshine-faucet-client" version = "0.2.0" authors = ["David Craven "] edition = "2018" description = "Client for the faucet module." license = "ISC" documentation = "https://docs.rs/sunshine-faucet-client" repository = "https://github.com/sunshine-protocol/sunshine-identity" [dependencies] async-trait = "0.1.36" codec = { version = "1.3.0", package = "parity-scale-codec" } substrate-subxt = "0.10.1" sunshine-core = { version = "^0.2.0", path = "../../core" } # until subxt supports better event decoding we need to include it as a dependency sunshine-identity-client = { version = "0.2.0", path = "../../identity/client" } [dev-dependencies] async-std = { version = "=1.5.0", features = ["attributes"] } test-client = { path = "../../bin/client", features = ["mock"] }