graupel 0.1.0

Lossless time series compression: Gorilla, Chimp, Chimp128, Elf and decimal scaling, measured on real observation archives
Documentation
# 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"
rust-version = "1.74"
name = "graupel"
version = "0.1.0"
build = false
exclude = ["data/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless time series compression: Gorilla, Chimp, Chimp128, Elf and decimal scaling, measured on real observation archives"
documentation = "https://docs.rs/graupel"
readme = "README.md"
keywords = [
    "time-series",
    "compression",
    "gorilla",
    "chimp",
    "tsdb",
]
categories = [
    "compression",
    "database-implementations",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jocarrd/graupel"

[features]
default = ["std"]
std = []

[lib]
name = "graupel"
path = "src/lib.rs"

[[bin]]
name = "graupel-bench"
path = "src/bin/bench.rs"
required-features = ["std"]

[[example]]
name = "compare"
path = "examples/compare.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies]

[dev-dependencies.tsz]
version = "0.1"

[profile.release]
lto = true
codegen-units = 1