# 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 = "ib_tws_core" version = "0.2.0" description = "Core utilities for interacting with Interactive Broker's TWS API" readme = "README.md" keywords = [ "finance", "library", "interactive-brokers", ] categories = ["encoding"] license = "LGPL-3.0-only" repository = "https://github.com/fourbytes/ib_tws_rs" [package.metadata.docs.rs] all-features = true [dependencies.approx] version = "0.5" [dependencies.async-broadcast] version = "0.4" optional = true [dependencies.baseline] version = "0.2.0" [dependencies.bit] version = "0.1" [dependencies.bytes] version = "1" [dependencies.document-features] version = "0.2" [dependencies.futures] version = "0.3" optional = true [dependencies.memchr] version = "2" [dependencies.miette] version = "5" [dependencies.ordered-float] version = "3" [dependencies.rust_decimal] version = "1" [dependencies.rust_decimal_macros] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [features] async = [ "futures", "async-broadcast", ] default = []