# 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 = "rendersloth" version = "0.2.4" authors = ["Mitchell Hynes "] exclude = [ "/models", "preview.gif", ] description = "A 3D Renderer for the CLI" readme = "README.md" license = "MIT" repository = "https://github.com/ecumene/rust-sloth" [lib] name = "rendersloth" [[bin]] name = "rendersloth" required-features = ["build-cli"] [dependencies.clap] version = "4.1.8" features = ["derive"] optional = true [dependencies.crossterm] version = "0.26.1" [dependencies.glam] version = "0.23" [dependencies.stl_io] version = "0.7" [dependencies.tobj] version = "3.2.4" [dependencies.tui] version = "0.19" optional = true [features] build-cli = ["clap"] tui-widget = ["tui"]