[[bin]]
name = "display3d"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.32"
[dependencies.ctrlc]
version = "3.4.5"
[dependencies.gemini-engine]
version = "1.2.0"
[dependencies.glam]
version = "0.28.0"
[dependencies.stl_io]
optional = true
version = "0.8.5"
[dependencies.tobj]
optional = true
version = "4.0.3"
[features]
default = ["stl", "obj"]
obj = ["dep:tobj"]
stl = ["dep:stl_io"]
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
enum_glob_use = "warn"
unwrap_used = "warn"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool to display 3d objects in the terminal"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "display3d"
readme = "README.md"
repository = "https://github.com/renpenguin/display3d"
version = "0.2.2"