]> git.proxmox.com Git - rustc.git/blob - src/vendor/regex-syntax-0.5.5/Cargo.toml.orig
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / vendor / regex-syntax-0.5.5 / Cargo.toml.orig
1 [package]
2 name = "regex-syntax"
3 version = "0.5.5" #: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 [dependencies]
13 ucd-util = "0.1.0"