# 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] name = "soup" version = "0.5.1" 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\n" documentation = "https://docs.rs/soup" license = "CC-PDDC" repository = "https://gitlab.com/pwoolcoc/soup.git" [dependencies.html5ever] version = "0.22" [dependencies.regex] version = "1.0.5" optional = true [dev-dependencies.reqwest] version = "0.9.4" [features] default = ["regex"]