perspective-client 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-client"
version = "4.1.0"
authors = ["Andrew Stein <steinlink@gmail.com>"]
build = "build.rs"
links = "perspective_client"
include = [
    "src/**/*",
    "Cargo.toml",
    "package.json",
    "build.rs",
    "docs/**/*",
    "perspective.proto",
]
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 = []
generate-proto = []
omit_metadata = []
protobuf-src = ["dep:protobuf-src"]
talc-allocator = ["talc"]

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

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

[dependencies.futures]
version = "0.3.28"

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

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

[dependencies.itertools]
version = "0.10.1"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.paste]
version = "1.0.12"

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

[dependencies.prost-types]
version = "0.12.3"

[dependencies.rand]
version = "=0.9.1"

[dependencies.rand-unique]
version = "0.2.0"

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

[dependencies.serde_bytes]
version = "0.11"

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

[dependencies.talc]
version = "4.4.3"
features = ["counters"]
optional = true

[dependencies.thiserror]
version = "1.0.55"

[dependencies.tracing]
version = "0.1.36"

[dependencies.ts-rs]
version = "11.0.1"
features = [
    "serde-json-impl",
    "no-serde-warnings",
    "import-esm",
]

[build-dependencies.prost-build]
version = "0.12.3"

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