perspective-python 4.0.1

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
[build-dependencies.cmake]
version = "0.1.50"

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

[build-dependencies.pyo3-build-config]
version = "0.22.6"

[build-dependencies.python-config-rs]
version = "0.1.2"

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

[dependencies.extend]
version = "1.1.2"

[dependencies.futures]
version = "0.3.28"

[dependencies.macro_rules_attribute]
version = "0.2.0"

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

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

[dependencies.pollster]
version = "0.3.0"

[dependencies.pyo3]
features = ["experimental-async", "extension-module", "serde"]
version = "0.25.1"

[dependencies.pythonize]
version = "0.25.0"

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

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.15"

[features]
abi3 = ["pyo3/abi3-py39"]
default = []
external-cpp = ["perspective-server/external-cpp"]
generate-proto = ["perspective-client/generate-proto"]
protobuf-src = ["perspective-client/protobuf-src"]

[lib]
crate-type = ["cdylib"]
name = "perspective_python"
path = "src/lib.rs"

[package]
authors = ["Andrew Stein <steinlink@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
edition = "2024"
homepage = "https://perspective-dev.github.io"
include = ["build.rs", "./Cargo.toml", "LICENSE.md", "LICENSE_*", "README.md", "./package.json", "perspective/**/*.py", "perspective/extension", "perspective/templates", "perspective/tests/**/*.arrow", "./pyproject.toml", "src/**/*.rs", "docs/**/*"]
keywords = []
license = "Apache-2.0"
name = "perspective-python"
readme = "README.md"
repository = "https://github.com/perspective-dev/perspective"
resolver = "2"
version = "4.0.1"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "docs/index.html"]

[target.'cfg(not(target_os="emscripten"))'.dependencies.pyo3-async-runtimes]
features = ["attributes", "tokio-runtime"]
version = "0.25.0"

[target.'cfg(not(target_os="emscripten"))'.dependencies.tokio]
features = ["full"]
version = "1.45.1"

[target.'cfg(target_os="emscripten")'.dependencies.pyo3-async-runtimes]
features = ["attributes"]
version = "0.25.0"