# 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" name = "rusty-chunkenc" version = "0.1.1" authors = ["Antoine Pultier "] build = false include = [ "README.md", "LICENSE", "src/*.rs", "src/**/*.rs", "Cargo.toml", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of Prometheus' chunkenc library" documentation = "https://docs.rs/rusty-chunkenc" readme = "README.md" keywords = [ "prometheus", "chunkenc", "encoding", "time-series", "gorilla", ] license = "Apache-2.0" repository = "https://github.com/sintef/rusty-chunkenc" [lib] name = "rusty_chunkenc" path = "src/lib.rs" [dependencies.bitstream-io] version = "2.5" [dependencies.crc32c] version = "0.6" [dependencies.nom] version = "7.1" [dependencies.smallvec] version = "2.0.0-alpha.7" features = ["std"] [dependencies.thiserror] version = "1.0" [dependencies.xxhash-rust] version = "0.8" features = ["xxh64"] [dev-dependencies.base64] version = "0.22" [dev-dependencies.once_cell] version = "1.19" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"