# 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 = "fortune-rs" version = "0.1.0" authors = ["Tao Wang "] build = false include = [ "src/*", "tests/*", "Cargo.toml", "Cargo.lock", "Cross.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "fortune" description = "A Rust implementation of the classic BSD fortune program" homepage = "https://github.com/twang2218/fortune-rs" documentation = "https://docs.rs/fortune-rs" readme = "README.md" keywords = [ "fortune", "quote", "game", "command-line", "cli", ] categories = [ "command-line-utilities", "text-processing", "games", ] license = "MIT" repository = "https://github.com/twang2218/fortune-rs" [[bin]] name = "fortune" path = "src/fortune.rs" [[bin]] name = "strfile" path = "src/strfile.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.glob] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.ctor] version = "0.2.9"