digdigdig3-station 0.3.1

Consumer-facing builder over digdigdig3 ExchangeHub. Persistence, cache, replay, cure, orderbook tracker, multiplex, reconnect.
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 = "digdigdig3-station"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Consumer-facing builder over digdigdig3 ExchangeHub. Persistence, cache, replay, cure, orderbook tracker, multiplex, reconnect."
homepage = "https://github.com/ZENG3LD/digdigdig3"
readme = "README.md"
keywords = [
    "exchange",
    "trading",
    "crypto",
    "websocket",
    "connector",
]
categories = [
    "api-bindings",
    "asynchronous",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZENG3LD/digdigdig3"

[features]
bar-loader = []
cache = ["dep:lru"]
default = [
    "persistence",
    "cache",
    "multiplex",
    "reconnect",
]
full = [
    "default",
    "orderbook-tracker",
    "bar-loader",
    "metrics",
    "prometheus",
]
metrics = ["dep:metrics"]
minimal = []
multiplex = []
orderbook-tracker = []
persistence = [
    "dep:zstd",
    "dep:bincode",
    "dep:crc32fast",
    "dep:sled",
]
prometheus = [
    "metrics",
    "dep:metrics-exporter-prometheus",
]
reconnect = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3"
optional = true

[dependencies.byteorder]
version = "1.5"

[dependencies.chrono]
version = "0.4"

[dependencies.crc32fast]
version = "1.4"
optional = true

[dependencies.dashmap]
version = "5"

[dependencies.digdigdig3]
version = "0.3.1"

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

[dependencies.lru]
version = "0.12"
optional = true

[dependencies.metrics]
version = "0.23"
optional = true

[dependencies.metrics-exporter-prometheus]
version = "0.15"
optional = true

[dependencies.rust_decimal]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sled]
version = "0.34"
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

[dependencies.zstd]
version = "0.13"
optional = true