# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "webextension_pattern" version = "0.3.0" authors = ["Jørgen Tjernø "] description = "Intuitive URL pattern matching as used by Firefox WebExtensions and by Chrome" homepage = "https://github.com/jorgenpt/webextension_pattern-rs/" keywords = ["url", "match", "pattern", "link", "manifest"] categories = ["parser-implementations", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/jorgenpt/webextension_pattern-rs/" [dependencies.regex] version = "^1" [dependencies.regex-syntax] version = "^0.6" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "^1" [dependencies.url] version = "^2.2"