# 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 = "rustii" version = "0.1.2" description = "Converts images to ASCII art" readme = "README.md" keywords = [ "ascii", "ascii-art", "cli", "text", "art", ] categories = [ "command-line-utilities", "computer-vision", "encoding", "multimedia::images", ] license = "MIT" repository = "https://github.com/ndr3www/rustii/tree/main" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.image] version = "0.25.1" [dependencies.indicatif] version = "0.17.8" [dependencies.miniz_oxide] version = "0.7.3" [lints.clippy] complexity = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn"