Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / regex-syntax / Cargo.toml
blob638694f18a151a321ecd9a633069175993da7186
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2021"
14 rust-version = "1.60.0"
15 name = "regex-syntax"
16 version = "0.7.5"
17 authors = [
18     "The Rust Project Developers",
19     "Andrew Gallant <jamslam@gmail.com>",
21 description = "A regular expression parser."
22 documentation = "https://docs.rs/regex-syntax"
23 readme = "README.md"
24 license = "MIT OR Apache-2.0"
25 repository = "https://github.com/rust-lang/regex/tree/master/regex-syntax"
27 [package.metadata.docs.rs]
28 all-features = true
29 rustdoc-args = [
30     "--cfg",
31     "docsrs",
34 [dependencies.arbitrary]
35 version = "1.3.0"
36 features = ["derive"]
37 optional = true
39 [features]
40 arbitrary = ["dep:arbitrary"]
41 default = [
42     "std",
43     "unicode",
45 std = []
46 unicode = [
47     "unicode-age",
48     "unicode-bool",
49     "unicode-case",
50     "unicode-gencat",
51     "unicode-perl",
52     "unicode-script",
53     "unicode-segment",
55 unicode-age = []
56 unicode-bool = []
57 unicode-case = []
58 unicode-gencat = []
59 unicode-perl = []
60 unicode-script = []
61 unicode-segment = []