aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 1e7c0d35e312b390cb8e5eaf64e092f42840c979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "regex"
description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/regex"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/regex/regex-1.4.3.crate"
  }
  version: "1.4.3"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 1
    day: 8
  }
}