# 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 = "uwuifyy" version = "0.3.0" authors = ["Goudham Suresh "] exclude = ["examples/the-complete-works-of-william-shakespeare.txt", "examples/tiktok_app_reviews.csv", "examples/tokyo-2020-olympics-tweets.csv", "examples/uwu/**", ".github/**", "scripts/**"] description = "A robust, customizable, blazingly-fast, efficient and easy-to-use command line application to uwu'ify your text!" readme = "README.md" keywords = ["cli", "uwu", "owo", "uwuify", "anime"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sgoudham/uwuifyy" resolver = "2" [profile.bench] lto = "fat" codegen-units = 1 [profile.dev] overflow-checks = false [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "uwuifyy" [dependencies.ahash] version = "0.7.6" [dependencies.clap] version = "3.0.13" [dependencies.indicatif] version = "0.16.2" [dependencies.linkify] version = "0.8.0" [dependencies.memmap] version = "0.7.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_xoshiro] version = "0.6.0" [features] bench = []