drasi-source-hyperliquid 0.1.2

Hyperliquid market data source plugin for Drasi
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 = "drasi-source-hyperliquid"
version = "0.1.2"
authors = ["Drasi Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hyperliquid market data source plugin for Drasi"
readme = "README.md"
keywords = [
    "drasi",
    "plugin",
    "hyperliquid",
    "defi",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/drasi-project/drasi-core"

[features]
dynamic-plugin = []

[lib]
name = "drasi_source_hyperliquid"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.chrono]
version = "0.4"

[dependencies.drasi-core]
version = "0.5.3"

[dependencies.drasi-lib]
version = "0.8.5"

[dependencies.drasi-plugin-sdk]
version = "0.8.5"

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

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "3.0"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-tungstenite]
version = "0.24"
features = ["rustls-tls-native-roots"]

[dependencies.tracing]
version = "0.1"

[dependencies.utoipa]
version = "4"
features = ["chrono"]

[dev-dependencies.drasi-reaction-application]
version = "0.3.4"

[dev-dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
]

[dev-dependencies.tokio-test]
version = "0.4"

[lints.clippy]
large_enum_variant = "allow"
module_inception = "allow"
print_stdout = "warn"
ptr_arg = "allow"
type_complexity = "allow"
uninlined_format_args = "warn"
unwrap_used = "warn"

[lints.rust]
unused = "allow"
warnings = "deny"