# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uwuify" version = "0.2.2" authors = ["c0deb0t "] description = "fastest text uwuifier in the west" homepage = "https://github.com/Daniel-Liu-c0deb0t/uwu" readme = "README.md" keywords = ["SIMD", "uwu", "owo", "cli"] categories = ["algorithms", "hardware-support", "text-processing", "command-line-utilities"] license = "MIT" repository = "https://github.com/Daniel-Liu-c0deb0t/uwu" [profile.release] lto = true [lib] name = "uwuifier" path = "src/lib.rs" [[bin]] name = "uwuify" path = "src/main.rs" required-features = ["bin"] [dependencies.clap] version = "^2.33" optional = true [dependencies.owo-colors] version = "1.3" optional = true [dependencies.parking_lot] version = "^0.11" [dependencies.thiserror] version = "1" optional = true [features] bin = ["clap", "owo-colors", "thiserror"] default = ["bin"]