pcloud-cat-viewer 0.1.1

WASM-based 3-D point cloud viewer using WebGL2
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 = "pcloud-cat-viewer"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM-based 3-D point cloud viewer using WebGL2"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.js-sys]
version = "0.3"

[dependencies.pcloud-cat-core]
version = "0.1"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = [
    "HtmlCanvasElement",
    "WebGl2RenderingContext",
    "WebGlProgram",
    "WebGlShader",
    "WebGlBuffer",
    "WebGlUniformLocation",
    "Window",
    "Document",
    "Element",
    "MouseEvent",
    "WheelEvent",
]

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

[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1