kore_fileformat 1.0.0

KORE — Killer Optimized Record Exchange: standalone Rust crate (zero deps)
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"
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]