# 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 = "sdb_core" version = "0.6.0" authors = ["Alice Shinoji "] description = "market data server for contiguous order book ticks" readme = "README.md" keywords = [ "finance", "datastore", "database", "financial", "orderbook", ] license = "MIT" repository = "https://github.com/alice-comfy/seismicdb" [dependencies.alloc_counter] version = "0.0.4" optional = true [dependencies.arrayvec] version = "0.7.1" [dependencies.bitflags] version = "2.3.2" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.19" [dependencies.csv] version = "1.1.6" [dependencies.fern] version = "0.6.0" [dependencies.indexmap] version = "2.0.0" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.102" [dependencies.log] version = "0.4.8" [dependencies.serde] version = "1.0.130" [dependencies.serde_derive] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.uuid] version = "1.3.4" features = [ "serde", "v4", ] [features] count_alloc = ["alloc_counter"] default = []