# 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 = "tsxlib" version = "0.1.3" authors = ["beignetbytes "] exclude = ["testdata/*", "code_cov.sh", "config.toml"] description = "timeseries library" homepage = "https://github.com/binarybytes11/tsxlib-rs" documentation = "https://docs.rs/tsxlib/latest/tsxlib/" readme = "README.md" keywords = ["timeseries", "analysis", "data"] license = "MIT OR Apache-2.0" repository = "https://github.com/binarybytes11/tsxlib-rs" [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies.bincode] version = ">=1.0.0" optional = true [dependencies.chrono] version = ">=0.4.0" features = ["serde"] [dependencies.csv] version = ">=1.0" [dependencies.itertools] version = ">=0.9.0" [dependencies.parquet] version = ">=1.0.0" optional = true [dependencies.seahash] version = ">=4.0.0" optional = true [dependencies.serde] version = ">=1.0.0" features = ["derive"] [dependencies.serde_json] version = ">=1.0.0" optional = true [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.rayon] version = "1.5.0" [features] default = [] hash_precompare = ["bincode", "seahash"] json = ["serde_json"] parq = ["parquet"]