atanor 0.1.0

Motor 3D ray-traced que vive solo y exclusivamente en la terminal.
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"
name = "atanor"
version = "0.1.0"
authors = ["Pasqual PeƱalver <public@paski.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Motor 3D ray-traced que vive solo y exclusivamente en la terminal."
homepage = "https://gitlab.com/paskidev/atanor"
documentation = "https://docs.rs/atanor"
readme = "README.md"
keywords = [
    "3d",
    "raytracing",
    "terminal",
    "tui",
    "ratatui",
]
categories = [
    "graphics",
    "rendering",
    "command-line-utilities",
]
license = "MIT"
repository = "https://gitlab.com/paskidev/atanor"

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

[[bin]]
name = "atanor"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.glam]
version = "0.29"
features = ["fast-math"]

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]
default-features = false

[dependencies.rayon]
version = "1.10"

[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1