]> git.proxmox.com Git - rustc.git/blob - src/vendor/regex-syntax-0.4.2/Cargo.toml.orig
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / regex-syntax-0.4.2 / Cargo.toml.orig
1 [package]
2 name = "regex-syntax"
3 version = "0.4.2" #:version
4 authors = ["The Rust Project Developers"]
5 license = "MIT/Apache-2.0"
6 repository = "https://github.com/rust-lang/regex"
7 documentation = "https://docs.rs/regex-syntax"
8 homepage = "https://github.com/rust-lang/regex"
9 description = "A regular expression parser."
10 workspace = ".."
11
12 [dev-dependencies]
13 quickcheck = { version = "0.6", default-features = false }
14 rand = "0.4"