# 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" name = "cli-epub-to-text" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI epub to plain text converter" readme = "README.md" keywords = [ "pdf", "cli", "parser", "terminal", "utility", ] categories = [ "command-line-utilities", "parser-implementations", "text-processing", ] license = "AGPL-3.0" repository = "https://github.com/kruserr/rustic-reader" [lib] name = "cli_epub_to_text" path = "src/lib.rs" [[bin]] name = "cli-epub-to-text" path = "src/main.rs" [dependencies.epub] version = "2.1" [dependencies.html2text] version = "0.13" [lints.clippy] implicit_saturating_sub = "allow" needless_return = "allow" single_component_path_imports = "allow" [lints.rust] unused_imports = "allow" unused_parens = "allow"