# 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" rust-version = "1.73" name = "bibliofile" version = "0.1.0" authors = ["Daniel Jones "] description = "A TUI epub reader inspired by DOS-era programs" documentation = "https://git.whoisthisjoker.com/Daniel/bibliofile#bibliofile" readme = "README.md" keywords = [ "ebook", "epub", "reader", "termion", "tui", ] license-file = "LICENSE" repository = "https://git.whoisthisjoker.com/Daniel/bibliofile" [dependencies.cursive] version = "0.20.0" features = ["termion-backend"] default-features = false [dependencies.epub] version = "2.0.0" [dependencies.scraper] version = "0.18.1"