# 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] name = "soup-kuchiki" version = "0.5.0" authors = ["Paul Woolcock "] description = """ Inspired by the python library BeautifulSoup, this is a layer on top of html5ever that adds a different API for querying and manipulating HTML """ documentation = "https://docs.rs/soup" license = "GPL-3.0" repository = "https://gitlab.com/pwoolcoc/soup.git" [dependencies.html5ever] version = "0.25" [dependencies.kuchiki] version = "0.8.0" [dependencies.regex] version = "1.0.5" optional = true [dev-dependencies.reqwest] version = "0.9.4" [features] default = ["regex"]