voxquant_core 0.4.3

A program to convert triangle meshes to voxels.
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 = "voxquant_core"
version = "0.4.3"
authors = ["Dawid Sz <szostid@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A program to convert triangle meshes to voxels."
readme = "README.md"
keywords = [
    "3d",
    "Voxel",
    "magicavoxel",
    "gltf",
    "cli",
]
categories = [
    "command-line-utilities",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/szostid/voxquant"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.glam]
version = "0.30"
features = ["bytemuck"]

[dependencies.image]
version = "0.25"
default-features = false

[dependencies.profiling]
version = "1.0"

[lints.clippy]
cargo = "warn"
nursery = "warn"
pedantic = "warn"

[lints.clippy.cast_lossless]
level = "allow"
priority = 1

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 1

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 1

[lints.rust]
missing_docs = "warn"
unused_crate_dependencies = "warn"