# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tdb_core" version = "0.5.2" authors = ["Ricky Han "] description = "market data server for contiguous order book ticks" readme = "../../README.md" keywords = ["finance", "datastore", "database", "financial", "orderbook"] license = "MIT" repository = "https://github.com/0b01/tectonicdb" [dependencies.alloc_counter] version = "0.0.4" optional = true [dependencies.arrayvec] version = "0.5.1" [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.10" [dependencies.csv] version = "1.1.3" [dependencies.fern] version = "0.5.9" [dependencies.indexmap] version = "1.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.66" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_json] version = "1.0.47" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [features] count_alloc = ["alloc_counter"] default = []