# 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 = "parse_selectors" version = "2.1.2" authors = ["Adam Gian "] description = "minify-selectors' API" homepage = "https://github.com/adamgian/minify-selectors/crates/parse_selectors/info.md" keywords = [ "CSS", "selectors", "minifier", "API", ] license = "Apache-2.0" repository = "https://github.com/adamgian/minify-selectors.git" resolver = "1" [[bench]] name = "parse_selectors" harness = false [dependencies.encode_selector] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.minify_selectors_utils] version = "2.3.3" [dependencies.onig] version = "6.4.0" [dev-dependencies.criterion] version = "0.4.0"