roxlap-core 0.1.0

Pure-Rust port of Ken Silverman's Voxlap voxel engine — engine core.
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.77"
name = "roxlap-core"
version = "0.1.0"
authors = ["Anton Gushcha <ncrashed@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust port of Ken Silverman's Voxlap voxel engine — engine core."
documentation = "https://docs.rs/roxlap-core"
readme = "README.md"
keywords = [
    "voxlap",
    "voxel",
    "renderer",
    "raycaster",
    "engine",
]
categories = [
    "game-development",
    "graphics",
    "rendering::engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NCrashed/roxlap"

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

[[example]]
name = "oracle_view"
path = "examples/oracle_view.rs"

[[test]]
name = "meltsphere_oracle"
path = "tests/meltsphere_oracle.rs"

[[test]]
name = "multi_mip"
path = "tests/multi_mip.rs"

[dependencies.rayon]
version = "1.10"

[dependencies.roxlap-formats]
version = "0.1"

[dev-dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

[lints.clippy]
module_name_repetitions = "allow"

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

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"