[package] name = "textract" version = "0.1.0" edition = "2021" license = "MIT" author = ["Krishna Kanhaiya "] description = "Rust library to extract text from various types of files." readme = "README.md" [dependencies] tree_magic = "0.2.3" html2text = "0.4.2" #dotext = {git = "https://github.com/anvie/dotext",rev="ed8fc7bcdf565007b63bff040a08d90b2bea6cbd"} dotext_ed8fc7b = "0.1.2"