[package]
name = "perspective-server"
version = "3.4.2"
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/finos/perspective"
license = "Apache-2.0"
homepage = "https://perspective.finos.org"
keywords = []
build = "build/main.rs"
include = [
"src/**/*",
"build/**/*",
"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"
[dependencies]
link-cplusplus = "1.0.9"
perspective-client = { version = "3.4.2" }
async-lock = "2.5.0"
tracing = { version = ">=0.1.36" }
futures = "0.3"
[lib]
crate-type = ["rlib"]
path = "src/lib.rs"