# 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 = "display3d" version = "0.1.17" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to display 3d objects in the terminal" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/renpenguin/display3d" [[bin]] name = "display3d" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.ctrlc] version = "3.4.5" [dependencies.gemini-engine] version = "0.14.2" [dependencies.stl_io] version = "0.8.2" [dependencies.tobj] version = "4.0.2" [lints.clippy] cast_possible_truncation = "allow" cast_possible_wrap = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" enum_glob_use = "warn" nursery = "warn" pedantic = "warn" unwrap_used = "warn" [lints.rust] unsafe_code = "forbid"