# 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 = "html2runes" version = "1.0.1" authors = ["Jonas Kalderstam "] description = "An HTML to Text converter." homepage = "https://gitlab.com/spacecowboy/html2runes" readme = "README.md" keywords = ["html", "plaintext", "converter", "markdown"] categories = ["parsing", "text-processing"] license = "MIT" repository = "https://gitlab.com/spacecowboy/html2runes" [[bin]] name = "html2runes" path = "src/main.rs" [dependencies.clap] version = "2.20.5" [dependencies.html5ever] version = "0.13.0" [dependencies.html5ever-atoms] version = "0.2.0" [dependencies.tendril] version = "0.2.3" [badges.travis-ci] branch = "master" repository = "spacecowboy/html2runes"