# 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 = "rust_nickname_generater" version = "1.0.6" authors = ["BuyMyMojo "] include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", ] description = "A rust library that generates user/nick names based on the rust language" homepage = "https://buymymojo.github.io/rust_nickname_generater" readme = "README.md" keywords = [ "nickname", "username", "generator", ] categories = [ "text-processing", "template-engine", ] license = "Apache-2.0" repository = "https://github.com/BuyMyMojo/rust_nickname_generater" resolver = "2" [profile.release] lto = "thin" [dependencies.new_string_template] version = "1.4.0" [dependencies.once_cell] version = "1.13.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.6.0" [features] custom_templates = [] default = [] example_custom_template = ["custom_templates"]