# 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" rust-version = "1.70.0" name = "fortune-kind" version = "0.1.13" authors = ["Christina Sørensen "] build = "build.rs" exclude = ["/oldtunes"] description = "Fortune, but kind-a better" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-only" [dependencies.clap] version = "4.4.18" features = ["cargo"] [dependencies.grep] version = "0.3.1" [dependencies.grep-matcher] version = "0.1.7" [dependencies.grep-regex] version = "0.1.12" [dependencies.grep-searcher] version = "0.1.13" [dependencies.rand] version = "0.8.5" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.tempfile] version = "3.9.0" [build-dependencies.clap] version = "4.4.18" features = ["cargo"] [build-dependencies.clap_complete] version = "4" [build-dependencies.clap_mangen] version = "0.2.17"