# 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 = "gen-server-name" version = "1.0.9" authors = ["Jens Grassel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is a small tool which will generate a suggestion for a server name. You may specify the domain and the name source pool as parameters." homepage = "https://codeberg.org/jan0sch/gen-server-name" readme = "README.md" keywords = [ "cli", "admin", "devops", "sysadmin", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://codeberg.org/jan0sch/gen-server-name" [[bin]] name = "gen-server-name" path = "src/main.rs" [dependencies.clap] version = "3.2.25" [dependencies.csv] version = "1.3.0" [dependencies.deunicode] version = "1.6.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4"