pluot 0.1.0

Plotting library designed for usage from Rust, Python, and JavaScript
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 = "2021"
rust-version = "1.92"
name = "pluot"
version = "0.1.0"
authors = ["Mark Keller"]
build = false
exclude = [
    "pkg",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plotting library designed for usage from Rust, Python, and JavaScript"
homepage = "https://pluot.dev"
readme = "README.md"
keywords = []
categories = [
    "visualization",
    "graphics",
    "rendering",
    "science",
]
license-file = "LICENSE"
repository = "https://github.com/keller-mark/pluot"

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz"]

[features]
default = []
lacks_gpu = ["pluot_core/lacks_gpu"]
python = [
    "pluot_core/python",
    "pyo3",
]

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

[dependencies.inventory]
version = "0.3.21"

[dependencies.pluot_core]
version = "0.1.0"

[dependencies.pluot_zarr]
version = "0.1.0"

[dependencies.pyo3]
version = "0.27"
features = [
    "extension-module",
    "extension-module",
]
optional = true

[dependencies.serde]
version = "1.0.x"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.143"

[dev-dependencies.image]
version = "0.25.9"
features = [
    "bmp",
    "png",
]
default-features = false

[dev-dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dev-dependencies.strum]
version = "0.27"
features = ["derive"]

[dev-dependencies.wasm-bindgen]
version = "0.2.106"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.34"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
version = "1.47.1"
features = ["full"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom_v02]
version = "0.2"
features = ["js"]
package = "getrandom"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom_v03]
version = "0.3"
features = ["wasm_js"]
package = "getrandom"

[lints.clippy]
let_and_return = "allow"
needless_return = "allow"
neg_multiply = "allow"
to_string_trait_impl = "allow"
type_complexity = "allow"

[lints.rust]
non_snake_case = "allow"
unused = "allow"