You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "This is a Rust crate to interact with the Vault plugin that allows for the creation of EVM accounts and signing of transactions using those accounts. Contact Support: Name: @kevlarxyz Email: support@kevlar.xyz"
# Override this license by providing a License Object in the kevlar.
license = "Unlicense"
edition = "2018"
[dependencies]
serde = { version = "1.0.0", features = ["derive"] }
serde_json = "^1.0"
url = "^2.2"
uuid = { version = "^1.0", features = ["serde"] }
[dependencies.reqwest]
version = "^0.11"
features = ["json", "multipart"]
[dev-dependencies]
tokio = { version = "1.14.0", features = ["full"] }