# 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 = "rquery" version = "0.4.1" authors = ["Bryan Yap "] description = "A simple implementation of a HTML/XML DOM tree which allows simple operations like querying by CSS selectors, makes dealing with XML files less painful." homepage = "https://github.com/yggie/rquery" documentation = "https://yggie.github.io/rquery/rquery" readme = "README.md" keywords = ["xml", "DOM", "jquery"] license = "MIT" repository = "https://github.com/yggie/rquery" [[test]] name = "rquery-tests" path = "tests/lib.rs" [dependencies.xml-rs] version = "0.7"