# 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 = "select-html" version = "0.1.2" authors = ["Bauke "] description = "Extract HTML using CSS selectors in the command-line." readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://git.bauke.xyz/Bauke/select-html" [[bin]] name = "select-html" path = "source/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.scraper] version = "0.18.1" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.test-case] version = "3.3.1" [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" unsafe_code = "forbid"