# 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 = "fictionary" version = "0.1.2" authors = ["Mark Smith "] exclude = [ "HomebrewFormula", "/.github/", "/ci/", ] description = "A command-line tool that generates non-existent words." homepage = "https://github.com/judy2k/fictionary-rs" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/judy2k/fictionary-rs" [package.metadata.deb] assets = [ [ "target/release/fictionary", "usr/bin/", "755", ], [ "LICENSE.txt", "usr/share/doc/fictionary/LICENSE", "644", ], [ "README.md", "usr/share/doc/ripgrep/README", "644", ], [ "deployment/deb/fictionary.1", "usr/share/man/man1/fictionary.1", "644", ], [ "deployment/deb/fictionary.bash", "usr/share/bash-completion/completions/fictionary", "644", ], [ "deployment/deb/fictionary.fish", "usr/share/fish/vendor_completions.d/fictionary.fish", "644", ], [ "deployment/deb/_fictionary", "usr/share/zsh/vendor-completions/", "644", ], [ "deployment/deb/american.fictionary", "usr/share/fictionary/", "644", ], [ "deployment/deb/british.fictionary", "usr/share/fictionary/", "644", ], [ "deployment/deb/english.fictionary", "usr/share/fictionary/", "644", ], ] extended-description = """ A command-line tool that generates non-existent words. """ section = "utils" [profile.deb] debug = 0 inherits = "release" [dependencies.camino] version = "1.1.7" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.clap_complete] version = "4.5.6" [dependencies.clap_mangen] version = "0.2.21" [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.counter] version = "0.5.7" [dependencies.directories] version = "5.0.1" [dependencies.eyre] version = "0.6.12" [dependencies.postcard] version = "1.0.8" features = [ "use-std", "alloc", ] [dependencies.serde] version = "1.0.203" [dependencies.thiserror] version = "1.0.61" [dependencies.weighted_rand] version = "0.4.2"