kore_fileformat 1.1.4

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.1.4"
authors = ["Sai Arun Kumar Ktherashala <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]
azure = [
    "azure_storage",
    "tokio",
    "azure_identity",
    "futures-util",
]
default = []
gcs = [
    "google-cloud-storage",
    "tokio",
    "google-cloud-default",
]
java = ["jni"]
kore_lite_compat = []
napi = ["napi/napi8"]
pyo3 = ["pyo3/extension-module"]
s3 = [
    "aws-sdk-s3",
    "tokio",
    "aws-config",
]

[lib]
name = "kore_fileformat"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "bench-kore"
path = "src/bin/bench-kore.rs"

[dependencies.aws-config]
version = "1.1"
optional = true

[dependencies.aws-sdk-s3]
version = "1.30"
optional = true

[dependencies.azure_identity]
version = "0.17"
optional = true

[dependencies.azure_storage]
version = "0.20"
optional = true

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.google-cloud-default]
version = "0.2"
optional = true

[dependencies.google-cloud-storage]
version = "0.20"
optional = true

[dependencies.jni]
version = "0.21"
optional = true

[dependencies.maturin]
version = "1.5"
optional = true

[dependencies.napi]
version = "2.15"
optional = true

[dependencies.pyo3]
version = "0.21"
optional = true

[dependencies.tokio]
version = "1.36"
features = ["full"]
optional = true