taxa 0.1.0

Author a taxa visualization dataset in Rust: named sources + a Rust transform + a manifest, served by the taxa engine.
# 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"
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"]