# 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 = "rbook" version = "0.5.0" authors = ["Devin Sterling"] description = """ An ebook library that supports parsing and reading the epub format. """ documentation = "https://docs.rs/rbook" readme = "README.md" keywords = [ "ebook", "e-book", "epub", "library", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/DevinSterling/rbook" [dependencies.lol_html] version = "0.3.3" [dependencies.thiserror] version = "1.0.38" [dependencies.zip] version = "0.6.3" [features] default = [ "reader", "statistics", ] multi-thread = [] reader = [] statistics = []