bitrouter-core 0.12.0

BitRouter core
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 = "2024"
name = "bitrouter-core"
version = "0.12.0"
authors = ["Archer <archer@bitrouter.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BitRouter core"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/bitrouter/bitrouter"

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

[dependencies.alloy-primitives]
version = "1"

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

[dependencies.alloy-signer-local]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.bs58]
version = "0.5"

[dependencies.dynosaur]
version = "0.3.0"

[dependencies.futures-core]
version = "0.3"

[dependencies.http]
version = "1.4"

[dependencies.rand]
version = "0.10"

[dependencies.regex]
version = "1.12"

[dependencies.schemars]
version = "1.2"
features = ["std"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.solana-keypair]
version = "3.1"

[dependencies.solana-pubkey]
version = "4.1"

[dependencies.solana-signature]
version = "3"
features = ["verify"]

[dependencies.solana-signer]
version = "3.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio-util]
version = "0.7"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]

[dev-dependencies.tokio-stream]
version = "0.1"