# 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 = "tectonicdb" version = "0.5.2" authors = ["Ricky Han "] exclude = ["cli/", "test/test-data/bt_btceth.dtf"] description = "tectonicdb server" readme = "README.md" keywords = ["finance", "datastore", "database", "financial", "orderbook"] license = "MIT" repository = "https://github.com/0b01/tectonicdb" [[bin]] name = "tdb-server" path = "bins/tdb-server/main.rs" bench = false [[bin]] name = "dtftools" path = "bins/dtftools/main.rs" bench = false [[bin]] name = "tdb" path = "bins/tdb/main.rs" bench = false [[test]] name = "integration" path = "tests/integration_test.rs" [dependencies.byteorder] version = "1.3.4" [dependencies.chrono] version = "0.4.10" [dependencies.clap] version = "2.33.0" [dependencies.fern] version = "0.5.9" [dependencies.indicatif] version = "0.14.0" [dependencies.indoc] version = "0.3.4" [dependencies.itertools] version = "0.8.2" [dependencies.linefeed] version = "0.6.0" [dependencies.log] version = "0.4.8" [dependencies.memmap] version = "0.7.0" [dependencies.openssl-probe] version = "0.1.2" [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_json] version = "1.0.47" [dependencies.tdb_cli] version = "0.5.0" [dependencies.tdb_core] version = "0.5.0" [dependencies.tdb_server_core] version = "0.5.0" features = ["influx"] [dependencies.zip] version = "0.5.4"