pare 0.1.0

Pareto frontier and skyline queries
Documentation
[[bench]]
name = "pareto"
path = "benches/pareto.rs"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rand_chacha]
version = "0.9"

[features]
default = []
serde = ["dep:serde"]

[lib]
name = "pare"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "science"]
description = "Pareto frontier and skyline queries"
documentation = "https://docs.rs/pare"
edition = "2021"
homepage = "https://github.com/arclabs561/pare"
keywords = ["pareto", "frontier", "skyline"]
license = "MIT OR Apache-2.0"
name = "pare"
readme = "README.md"
repository = "https://github.com/arclabs561/pare"
version = "0.1.0"

[[test]]
name = "frontier_proptests"
path = "tests/frontier_proptests.rs"