# 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 = "limbus-image" version = "0.4.1" exclude = ["test/*"] description = "CLI Limbus company image generator" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/FireIsGood/limbus-image" [profile.release] panic = "abort" strip = "symbols" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.image] version = "0.24.7" [dependencies.imageproc] version = "0.23.0" [dependencies.rusttype] version = "0.9.3" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.textwrap] version = "0.16.0" [dependencies.thiserror] version = "1.0.56" [dependencies.toml] version = "0.8.8" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"