[package]
edition = "2021"
name = "kore_fileformat"
version = "1.0.0"
authors = ["Katherashala Sai Arun Kumar <arunkatherashala@gmail.com>"]
build = false
include = [
"src/",
"Cargo.toml",
"LICENSE",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KORE — Killer Optimized Record Exchange: standalone Rust crate (zero deps)"
homepage = "https://github.com/arunkatherashala/Kore"
documentation = "https://docs.rs/kore_fileformat"
readme = "README.md"
keywords = [
"columnar",
"file-format",
"analytics",
"compression",
"kore",
]
categories = [
"encoding",
"compression",
"database-implementations",
]
license-file = "LICENSE"
repository = "https://github.com/arunkatherashala/Kore"
[features]
default = []
kore_lite_compat = []
[lib]
name = "kore_fileformat"
path = "src/lib.rs"
[[bin]]
name = "bench-kore"
path = "src/bin/bench-kore.rs"
[dependencies]