# 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 = "once-cell-regex" version = "0.2.1" authors = ["Francesca Lovebloom "] description = "This crate just gives you the `regex` macro from the `once_cell` docs!" documentation = "https://docs.rs/once-cell-regex" readme = "README.md" keywords = ["lazy", "regex", "static"] license = "Apache-2.0/MIT" repository = "https://github.com/francesca64/once-cell-regex" [dependencies.once_cell] version = "1.4.1" default-features = false [dependencies.regex] version = "1.4.2" default-features = false [features] default = ["perf", "std", "unicode"] parking_lot = ["once_cell/parking_lot"] perf = ["regex/perf"] std = ["once_cell/std", "regex/std"] unicode = ["regex/unicode"]