hyperliquid-trading-bot 0.1.1

CLI runner for Hyperliquid trading bots
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"
rust-version = "1.75"
name = "hyperliquid-trading-bot"
version = "0.1.1"
authors = ["Supurr"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI runner for Hyperliquid trading bots"
homepage = "https://supurr.app"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Supurr-App/Supurr-Bot"

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

[[bin]]
name = "bot"
path = "src/main.rs"

[[bin]]
name = "schema"
path = "src/bin/schema.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bot-core]
version = "0.1.0"

[dependencies.bot-engine]
version = "0.1.0"

[dependencies.dotenvy]
version = "0.15"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.rust_decimal]
version = "1.36"
features = ["serde"]

[dependencies.rust_decimal_macros]
version = "1.36"

[dependencies.schemars]
version = "0.8"
features = ["rust_decimal"]

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.strategy-arbitrage]
version = "0.1.0"

[dependencies.strategy-dca]
version = "0.1.0"

[dependencies.strategy-grid]
version = "0.1.0"

[dependencies.strategy-market-maker]
version = "0.1.0"

[dependencies.tokio]
version = "1.40"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]