1c67d6573Sopenharmony_ci[package]
2c67d6573Sopenharmony_cipublish = false
3c67d6573Sopenharmony_ciname = "regex-debug"
4c67d6573Sopenharmony_civersion = "0.1.0"
5c67d6573Sopenharmony_ciauthors = ["The Rust Project Developers"]
6c67d6573Sopenharmony_cilicense = "MIT OR Apache-2.0"
7c67d6573Sopenharmony_cirepository = "https://github.com/rust-lang/regex"
8c67d6573Sopenharmony_cidocumentation = "https://docs.rs/regex"
9c67d6573Sopenharmony_cihomepage = "https://github.com/rust-lang/regex"
10c67d6573Sopenharmony_cidescription = "A tool useful for debugging regular expressions."
11c67d6573Sopenharmony_ciworkspace = ".."
12c67d6573Sopenharmony_ciedition = "2018"
13c67d6573Sopenharmony_ci
14c67d6573Sopenharmony_ci[dependencies]
15c67d6573Sopenharmony_cidocopt = "1"
16c67d6573Sopenharmony_ciregex = { version = "1.1", path = ".." }
17c67d6573Sopenharmony_ciregex-syntax = { version = "0.6", path = "../regex-syntax" }
18c67d6573Sopenharmony_ciserde = { version = "1", features = ["derive"] }
19