# 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 = "2018" name = "q_compress" version = "0.11.7" authors = ["mwlon "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] description = "Good compression for numerical sequences and time series" readme = "README.md" keywords = [ "compression", "numerical", "quantile", "delta", ] categories = [ "compression", "encoding", ] license = "Apache-2.0" repository = "https://github.com/mwlon/pcodec" [[example]] name = "wrapped_time_series" path = "examples/wrapped_time_series.rs" [[example]] name = "fast_seeking" path = "examples/fast_seeking.rs" [[example]] name = "compatibility_test_case_generator" path = "examples/compatibility_test_case_generator.rs" required-features = ["timestamps_96"] [[example]] name = "streaming_sum" path = "examples/streaming_sum.rs" [dependencies] [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.structopt] version = "0.3.26" [dev-dependencies.tokio] version = "1.19.2" features = ["full"] [dev-dependencies.zstd] version = "0.10" [features] timestamps_96 = []