# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "regex-intersect" version = "1.2.0" authors = ["Dotan Nahum "] description = "Find out if two regexes have a non-empty intersection" documentation = "https://docs.rs/regex-intersect/" readme = "README.md" keywords = [ "regex", "intersect", "match", ] license = "Apache-2.0" repository = "https://github.com/jondot/regex-intersect" resolver = "1" [[example]] name = "demo" required-features = [ "tracing", "glob", ] [dependencies.globset] version = "^0.4.9" optional = true [dependencies.regex-syntax] version = "^0.6.27" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "^0.1.34" optional = true [dependencies.tracing-subscriber] version = "^0.3.11" features = ["env-filter"] optional = true [dependencies.tracing-tree] version = "^0.2.1" optional = true [dev-dependencies.pretty_assertions] version = "^1.2.1" [features] default = [] glob = ["dep:globset"] tracing = [ "dep:tracing", "dep:tracing-tree", "dep:tracing-subscriber", ]