# 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.14" description = "A tool to display 3d objects in the terminal" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/redpenguinyt/display3d" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.ctrlc] version = "3.4.2" [dependencies.gemini-engine] version = "0.14.2" [dependencies.stl_io] version = "0.7.0" [dependencies.tobj] version = "4.0.1" [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"