# 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 = "2018" name = "mobi" version = "0.8.0" authors = ["Wojciech Kępka "] description = "A library for handling MOBI format files" readme = "README.md" keywords = [ "mobi", "ebook", "library", "e-book", "format", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/vv9k/mobi-rs" [package.metadata.docs.rs] all-features = true [lib] name = "mobi" [dependencies.chrono] version = "0.4" optional = true [dependencies.encoding] version = "0.2.0" [dependencies.indexmap] version = "1.6.0" [dependencies.thiserror] version = "1" [dev-dependencies.pretty_assertions] version = "1" [features] default = [] time = ["chrono"]