perspective 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"
version = "4.1.0"
authors = ["Andrew Stein <steinlink@gmail.com>"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "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]
axum-ws = [
    "tokio",
    "axum",
    "futures",
]
default = ["axum-ws"]
external-cpp = [
    "perspective-server/external-cpp",
    "perspective-client/generate-proto",
    "perspective-client/protobuf-src",
]

[lib]
name = "perspective"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

[dependencies.axum]
version = ">=0.8,<0.9"
features = ["ws"]
optional = true

[dependencies.fallible-iterator]
version = "0.3.0"

[dependencies.futures]
version = "~0"
optional = true

[dependencies.indexmap]
version = "2.2.6"

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

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

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0.107"

[dependencies.tokio]
version = "~1"
features = ["full"]
optional = true

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