bulk-keychain 0.1.26

A simple high perf signing lib for BULK txns
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 = "bulk-keychain"
version = "0.1.26"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple high perf signing lib for BULK txns"
readme = false
keywords = [
    "crypto",
    "signing",
    "ed25519",
    "trading",
    "bulk",
]
categories = [
    "cryptography",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/Bulk-trade/bulk-keychain"

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

[[bench]]
name = "signing"
path = "benches/signing.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bs58]
version = "0.5"

[dependencies.ed25519-dalek]
version = "2.1"
features = [
    "rand_core",
    "batch",
]

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"