polyscope-core 0.5.9

Core abstractions for polyscope-rs: traits, registry, and state management
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"
rust-version = "1.85"
name = "polyscope-core"
version = "0.5.9"
authors = ["polyscope-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core abstractions for polyscope-rs: traits, registry, and state management"
readme = "README.md"
keywords = [
    "visualization",
    "3d",
    "graphics",
]
categories = [
    "visualization",
    "graphics",
]
license = "MIT"
repository = "https://github.com/xarthurx/polyscope-rs"
resolver = "2"

[lib]
name = "polyscope_core"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.glam]
version = "0.29"
features = ["serde"]

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.5"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"