[package]
edition = "2024"
name = "stratifykit-core"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain-agnostic distribution control: quota/bucket sampling, group-aware fill, coverage classification"
homepage = "https://github.com/kent-tokyo/shogiesa"
readme = "README.md"
keywords = [
"sampling",
"reservoir-sampling",
"stratified-sampling",
"data-quality",
]
categories = [
"data-structures",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/shogiesa"
resolver = "2"
[lib]
name = "stratifykit_core"
path = "src/lib.rs"
[dependencies.blake3]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"