# 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 = "epub" version = "2.1.2" authors = ["Daniel GarcĂ­a Moreno "] exclude = ["test.epub"] description = """ Library to support the reading of epub files. """ documentation = "https://docs.rs/epub/" readme = "README.md" keywords = [ "epub", "ebook", ] license = "GPL-3.0" repository = "https://github.com/danigm/epub-rs.git" [dependencies.percent-encoding] version = "2.3.1" [dependencies.regex] version = "1.10.4" features = [ "std", "unicode", "perf-cache", "perf-dfa", "perf-inline", ] default-features = false [dependencies.thiserror] version = "1.0.59" [dependencies.xml-rs] version = "0.8.20" [dependencies.zip] version = "1.1.3" features = ["deflate"] default-features = false