of_adapters 0.3.0

Provider adapters and market-data abstraction for the Orderflow engine
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 = "of_adapters"
version = "0.3.0"
authors = ["Gregorian Rayne <gregorianrayne09@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider adapters and market-data abstraction for the Orderflow engine"
homepage = "https://github.com/gregorian-09/orderflow"
documentation = "https://docs.rs/of_adapters"
readme = "README.md"
keywords = [
    "orderflow",
    "market-data",
    "trading",
    "adapters",
    "finance",
]
categories = [
    "finance",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/gregorian-09/orderflow"

[package.metadata.docs.rs]
all-features = true

[features]
binance = []
cqg = []
cqg_proto = ["cqg"]
default = []
rithmic = []

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

[dependencies.of_core]
version = "0.3.0"