# 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 = "github_username_regex" version = "1.0.0" authors = ["Grant Birkinbine"] description = "A lightweight Rust crate to check if a GitHub username / handle is valid" readme = "README.md" keywords = [ "github", "username", "regex", "validation", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/GrantBirki/github-username-regex-rust" [dependencies.regex] version = "1.9.5" [dev-dependencies] [features]