commonregex 0.1.4

Rust port for CommonRegex. Find all times, dates, links, phone numbers, emails, ip addresses, prices, hex colors, and credit card numbers in a string. We did the hard work so you don't have to.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "commonregex"
version = "0.1.4"
authors = ["hskang9 <hskang9@gmail.com>"]
description = "Rust port for CommonRegex. Find all times, dates, links, phone numbers, emails, ip addresses, prices, hex colors, and credit card numbers in a string. We did the hard work so you don't have to."
homepage = "https://github.com/hskang9/CommonRegexRust"
readme = "README.md"
keywords = ["regex", "commonregex", "regular-expression", "regexp"]
categories = ["parsing"]
license = "MIT"
[dependencies.regex]
version = "1"
[badges.travis-ci]
branch = "master"
repository = "https://travis-ci.org/hskang9/CommonRegexRust"