once-cell-regex 0.2.1

This crate just gives you the `regex` macro from the `once_cell` docs!
Documentation
[dependencies.once_cell]
default-features = false
version = "1.4.1"

[dependencies.regex]
default-features = false
version = "1.4.2"

[features]
default = ["perf", "std", "unicode"]
parking_lot = ["once_cell/parking_lot"]
perf = ["regex/perf"]
std = ["once_cell/std", "regex/std"]
unicode = ["regex/unicode"]

[package]
authors = ["Francesca Lovebloom <francesca@brainiumstudios.com>"]
description = "This crate just gives you the `regex` macro from the `once_cell` docs!"
documentation = "https://docs.rs/once-cell-regex"
edition = "2018"
keywords = ["lazy", "regex", "static"]
license = "Apache-2.0/MIT"
name = "once-cell-regex"
readme = "README.md"
repository = "https://github.com/francesca64/once-cell-regex"
version = "0.2.1"