perspective-server 4.1.0

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
# 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 = "2024"
name = "perspective-server"
version = "4.1.0"
authors = ["Andrew Stein <steinlink@gmail.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "include/**/*",
    "cpp/**/*",
    "docs/**/*",
    "cmake/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
homepage = "https://perspective-dev.github.io"
readme = false
keywords = []
license = "Apache-2.0"
repository = "https://github.com/perspective-dev/perspective"
resolver = "2"

[features]
default = ["python"]
disable-cpp = []
external-cpp = []
python = []
wasm-exceptions = []

[lib]
name = "perspective_server"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.async-lock]
version = "2.5.0"

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2.2.6"
features = ["serde"]

[dependencies.link-cplusplus]
version = "1.0.12"

[dependencies.perspective-client]
version = "4.1.0"

[dependencies.prost]
version = "0.12.3"
features = [
    "prost-derive",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.107"
features = ["raw_value"]

[dependencies.thiserror]
version = "1.0.55"

[dependencies.tracing]
version = ">=0.1.36"

[build-dependencies.cmake]
version = "0.1.50"

[build-dependencies.num_cpus]
version = "^1.15.0"

[build-dependencies.protobuf-src]
version = "2.0.1"

[build-dependencies.shlex]
version = "1.3.0"