# 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-server" version = "0.3.0" authors = ["Ricky Han "] description = "tectonicdb server" keywords = ["finance", "datastore", "database", "financial", "orderbook"] license = "MIT" repository = "https://github.com/0b01/tectonicdb" [dependencies.async-std] version = "0.99.8" [dependencies.chrono] version = "0.4.9" [dependencies.circular-queue] version = "0.2.2" [dependencies.clap] version = "2.33.0" [dependencies.config] version = "0.9.3" optional = true [dependencies.ctrlc] version = "3.1.3" [dependencies.fern] version = "0.5.8" [dependencies.futures-preview] version = "0.3.0-alpha.18" features = ["async-await", "nightly"] [dependencies.lazy_static] version = "1.4.0" [dependencies.libtectonic] version = "0.3.0" [dependencies.log] version = "0.4.8" [dependencies.openssl-probe] version = "0.1.2" [dependencies.reqwest] version = "0.9.22" optional = true [dependencies.serde] version = "1.0.101" optional = true [dependencies.serde_derive] version = "1.0.101" [dependencies.serde_json] version = "1.0.41" optional = true [dependencies.tempdir] version = "0.3.7" optional = true [dependencies.time] version = "0.1.42" optional = true [dependencies.uuid] version = "0.7.4" features = ["serde", "v4"] [features] default = ["gcs"] gcs = ["tempdir", "reqwest", "serde_json", "serde", "config", "time"]