# 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 = "oxvg_selectors" version = "0.0.1-alpha.1" authors = ["Noah "] description = "selectors implementation for rcdom" license = "MIT" repository = "https://github.com/noahbald/oxvg" [dependencies.cssparser] version = "0.31.0" [dependencies.derivative] version = "2.2" [dependencies.lazy_static] version = "1.4" [dependencies.markup5ever] version = "0.12" [dependencies.rcdom] version = "0.3" package = "markup5ever_rcdom" [dependencies.selectors] version = "0.25.0" [dependencies.traversal] version = "0.1.2" [dependencies.xml5ever] version = "0.18.0" [dev-dependencies.oxvg_ast] version = "0.0.1-alpha.1" [lints.clippy] must_use_candidate = "allow" return_self_not_must_use = "allow" [lints.clippy.pedantic] level = "warn" priority = -1