# 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 = "hashtag-regex" version = "0.1.1" exclude = [ ".gitlab-ci.yml", "Dockerfile", ] description = "A simple regex matching hashtags accoding to the unicode spec: http://unicode.org/reports/tr31/#hashtag_identifiers" homepage = "https://gitlab.com/dwynen/hashtag-regex-rs" readme = "README.md" keywords = [ "hashtag", "regex", "emoji", ] categories = [ "web-programming", "parsing", ] license = "MIT" repository = "https://gitlab.com/dwynen/hashtag-regex-rs.git" [dependencies.lazy_static] version = "1.4.0" [dev-dependencies.emojic] version = "0.4.1" [dev-dependencies.itertools] version = "0.10.5" [dev-dependencies.regex] version = "1.6.0" [dev-dependencies.test-case] version = "2.2.2"