rusty-bybit 0.1.1

An unofficial Rust SDK for the Bybit V5 API
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 = "rusty-bybit"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An unofficial Rust SDK for the Bybit V5 API"
readme = "README.md"
keywords = [
    "bybit",
    "trading",
    "api",
    "crypto",
    "sdk",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/54corbin/rusty-bybit"

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

[[bin]]
name = "rusty-bybit"
path = "src/main.rs"

[[example]]
name = "account_management"
path = "examples/account_management.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "market_data"
path = "examples/market_data.rs"

[[example]]
name = "order_management"
path = "examples/order_management.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "query",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.mockito]
version = "1.4"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]