blob: 53b95fe0fd3412725d9dfc81c4de9066b79525f2 [file] [log] [blame]
name: "regex"
description: "A Rust library for parsing, compiling, and executing regular expressions. Its syntax is similar to Perl-style regular expressions, but lacks a few features like look around and backreferences. In exchange, all searches execute in linear time with respect to the size of the regular expression and search text. Much of the syntax and implementation is inspired by RE2."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/regex"
}
url {
type: GIT
value: "https://github.com/rust-lang/regex"
}
version: "1.3.7"
license_type: NOTICE
last_upgrade_date {
year: 2020
month: 4
day: 17
}
}