# 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 = "wordcrab" version = "0.13.0" authors = ["Walther "] description = "A command-line tool for counting lines, words and characters in documents." readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Walther/wordcrab" [profile.release] lto = true [lib] name = "wordcrab" crate-type = ["lib"] [[bin]] name = "wordcrab" [dependencies.clap] version = "4.3.4" features = [ "default", "derive", "color", ] [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.toml] version = "0.5.11"