taxa-server 0.1.0

axum web server for taxa: reproduces the HTTP contract + serves the embedded D3 frontend.
# 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-server"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "axum web server for taxa: reproduces the HTTP contract + serves the embedded D3 frontend."
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"

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

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

[dependencies.axum]
version = "0.7"

[dependencies.mime_guess]
version = "2"

[dependencies.rust-embed]
version = "8"
features = ["include-exclude"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.taxa-core]
version = "0.1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
]

[dev-dependencies.polars]
version = "=0.51.0"
features = ["lazy"]
default-features = false

[dev-dependencies.tower]
version = "0.5"
features = ["util"]