[package]
name = "perspective-server"
version = "4.0.1"
authors = ["Andrew Stein <steinlink@gmail.com>"]
edition = "2024"
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
repository = "https://github.com/perspective-dev/perspective"
license = "Apache-2.0"
homepage = "https://perspective-dev.github.io"
keywords = []
build = "build.rs"
include = [
"src/**/*",
"build.rs",
"include/**/*",
"cpp/**/*",
"docs/**/*",
"cmake/**/*",
"Cargo.toml",
]
[features]
default = ["python"]
external-cpp = []
wasm-exceptions = []
python = []
disable-cpp = []
[build-dependencies]
cmake = "0.1.50"
num_cpus = "^1.15.0"
shlex = "1.3.0"
protobuf-src = { version = "2.0.1" }
[dependencies]
link-cplusplus = "1.0.9"
perspective-client = { version = "4.0.1" }
async-lock = "2.5.0"
tracing = { version = ">=0.1.36" }
futures = "0.3"
[lib]
crate-type = ["rlib"]
path = "src/lib.rs"