# 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 = "2018" name = "htmlq" version = "0.4.0" authors = ["Michael Maclean "] exclude = ["/.github"] description = "Like jq, but for HTML." documentation = "https://github.com/mgdm/htmlq/blob/master/README.md" readme = "README.md" keywords = ["CSS", "HTML", "query"] categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE.md" repository = "https://github.com/mgdm/htmlq" [dependencies.clap] version = "2.33.3" [dependencies.html5ever] version = "0.25.1" [dependencies.kuchiki] version = "0.8.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.url] version = "2.2.2"