[package] name = "sp-application-crypto-test" version = "2.0.0" authors = ["Parity Technologies "] edition = "2018" description = "Integration tests for application-crypto" publish = false [dependencies] sp-core = { path = "../../core", default-features = false } substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } sp-runtime = { path = "../../runtime" } sp-application-crypto = { path = "../" }