# 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 = "r-epub" version = "0.2.2" authors = ["Tallone"] description = "Library to support parse .epub file" readme = "README.md" license = "MIT" repository = "https://github.com/Tallone/r-epub" [dependencies.log] version = "0.4.21" [dependencies.quick-xml] version = "0.31.0" features = [ "serialize", "overlapped-lists", ] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.thiserror] version = "1.0.60" [dependencies.zip] version = "1.2.2" features = [ "deflate", "deflate64", ] default-features = false