[package] name = "asciivation_duty_renderer" version = "0.1.5" edition = "2021" description = "in-terminal 3d renderer for a game i was/am writing, but that may also be useful as a standalone library" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] f64 = [] textures = ["dep:image"] [dependencies] crossterm = "0.28.1" image = { version = "0.25.4", optional = true } serde = { version = "1.0.214", features = ["derive"] } toml = "0.8.19"