quotesdirectlib 1.0.8

CQG Quotes Direct API bindings for Rust
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 = "quotesdirectlib"
version = "1.0.8"
authors = ["Alexey McSakoff <mcsakoff@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CQG Quotes Direct API bindings for Rust"
readme = "README.md"
keywords = [
    "cqg",
    "quotesdirect",
    "api",
    "fix",
    "fast",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/mcsakoff/rs-quotesdirect"
resolver = "2"

[features]
default = []
tokio = ["dep:tokio"]

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

[dependencies.chrono]
version = "0.4"

[dependencies.fastlib]
version = "0.3"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["io-util"]
optional = true