smpl-utils 0.9.0

Small library for utility functions related to smpl-rs
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.85"
name = "smpl-utils"
version = "0.9.0"
authors = [
    "Radu Alexandru Rosu <alex@meshcapade.com>",
    "Aman Shenoy <aman@meshcapade.com>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small library for utility functions related to smpl-rs"
documentation = "https://docs.rs/smpl-utils"
readme = "README.md"
keywords = [
    "3d",
    "graphics",
    "animation",
    "smpl",
    "smplx",
]
license = "MIT"
repository = "https://github.com/Meshcapade/smpl-rs"

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

[dependencies.burn]
version = "0.18"
features = [
    "ndarray",
    "wgpu",
    "candle",
    "autotune",
]
default-features = false

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

[dependencies.gloss-utils]
version = "0.9"
default-features = false

[dependencies.nalgebra]
version = "0.32"
features = ["serde-serialize-no-std"]
default-features = false

[dependencies.ndarray]
version = "0.15"

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.strum]
version = "0.26.3"

[dependencies.strum_macros]
version = "0.26.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.100"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Request",
    "RequestInit",
    "RequestMode",
    "Response",
    "Document",
    "Window",
    "Element",
]

[lints.clippy]
explicit_iter_loop = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
unused_self = "allow"

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

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