[package] name = "htable2csv" version = "0.1.2" authors = ["l-const "] edition = "2018" license = "MIT" repository = "https://github.com/l-const/htable2csv" description = "Convert and parse HTML tables to .csv files." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] isahc = "1.2.0" nipper = "0.1.9" clap = "2.33.3"