[package]
edition = "2021"
rust-version = "1.80"
name = "taxa"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Author a taxa visualization dataset in Rust: named sources + a Rust transform + a manifest, served by the taxa engine."
homepage = "https://github.com/paradigmxyz/taxa"
readme = "README.md"
keywords = [
"polars",
"visualization",
"dataset",
"treemap",
"dataframe",
]
categories = [
"visualization",
"data-structures",
]
license = "MIT"
repository = "https://github.com/paradigmxyz/taxa"
[features]
cum_agg = ["polars/cum_agg"]
default = []
dtype-categorical = ["polars/dtype-categorical"]
dtype-struct = ["polars/dtype-struct"]
list_eval = ["polars/list_eval"]
pivot = ["polars/pivot"]
rank = ["polars/rank"]
[lib]
name = "taxa"
path = "src/lib.rs"
[dependencies.polars]
version = "=0.51.0"
features = ["lazy"]
default-features = false
[dependencies.serde_json]
version = "1"
[dependencies.taxa-core]
version = "0.1.0"
[dependencies.taxa-server]
version = "0.1.0"
[dependencies.taxa-sql]
version = "0.1.0"
[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]