[[bin]]
name = "oz-keystore"
path = "src/main.rs"
[dependencies.base64]
version = "0.22"
[dependencies.bs58]
version = "0.5.1"
[dependencies.dotenv]
version = "0.15"
[dependencies.eth-keystore]
version = "0.5.0"
[dependencies.hex]
version = "0.4"
[dependencies.rand]
version = "0.8.5"
[dependencies.reqwest]
features = ["json"]
version = "0.12.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.stellar-strkey]
version = "0.0.9"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[lib]
name = "oz_keystore"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A multi-chain keystore library that provides a unified interface for managing private keys."
edition = "2021"
exclude = [".cargo_vcs_info.json"]
homepage = "https://github.com/OpenZeppelin/oz-keystore"
keywords = ["keystore", "tool"]
license-file = "LICENSE"
name = "oz-keystore"
readme = "README.md"
repository = "https://github.com/OpenZeppelin/oz-keystore"
version = "0.1.4"