# 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] edition = "2018" name = "node2text" version = "0.2.0" authors = ["pjmp <11157420+pjmp@users.noreply.github.com>"] exclude = ["assets/"] description = "Parse HTML in your terminal" homepage = "https://github.com/pjmp/node2text" readme = "README.md" keywords = ["node2text", "html", "text"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pjmp/node2text" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.scraper] version = "0.12.0"