[package] name = "sp-application-crypto-test" version = "2.0.0" authors = ["Parity Technologies "] edition = "2021" description = "Integration tests for application-crypto" license = "Apache-2.0" publish = false homepage = "https://substrate.io" repository = "https://github.com/paritytech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] sp-api = { path = "../../api" } sp-application-crypto = { path = ".." } sp-core = { path = "../../core", default-features = false} sp-keystore = { path = "../../keystore", default-features = false} substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }