hyper-keyring 0.1.0

Hyperliquid key management — HD wallet, BIP-39 mnemonic, OS keychain integration
Documentation
# 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 = "hyper-keyring"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hyperliquid key management — HD wallet, BIP-39 mnemonic, OS keychain integration"
homepage = "https://github.com/daiwanwei/hyper-agent"
readme = "README.md"
keywords = [
    "hyperliquid",
    "wallet",
    "hd-wallet",
    "bip39",
    "keychain",
]
categories = [
    "cryptography",
    "authentication",
]
license = "MIT"
repository = "https://github.com/daiwanwei/hyper-agent"

[lib]
name = "hyper_keyring"
path = "src/lib.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.alloy]
version = "1"
features = ["signer-mnemonic"]

[dependencies.base64]
version = "0.22"

[dependencies.dirs]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.hyper-exchange]
version = "0.1.0"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.keyring]
version = "2"

[dependencies.motosan-wallet-core]
version = "0.4.1"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dev-dependencies.tempfile]
version = "3"