# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ac-keystore" version = "1.16.0" authors = ["Supercomputing Systems AG "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Keystore (and session key management) for ed25519 based chains like Polkadot. (fork of sc-keystore)" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/scs/substrate-api-client" [lib] name = "ac_keystore" path = "src/lib.rs" [dependencies.array-bytes] version = "6.2" [dependencies.async-trait] version = "0.1.52" [dependencies.parking_lot] version = "0.12.0" [dependencies.sc-keystore] version = "33.0.0" [dependencies.serde_json] version = "1.0.79" [dependencies.sp-application-crypto] version = "38.0.0" [dependencies.sp-core] version = "34.0.0" [dependencies.sp-keyring] version = "39.0.0" [dependencies.sp-keystore] version = "0.40.0" [dev-dependencies.tempfile] version = "3.3.0"