# 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 = "iepub" version = "0.5.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "epub、mobi电子书读写" readme = "README.md" keywords = [ "epub", "mobi", "azw", "kf6", "ebook", ] license = "MIT" repository = "https://github.com/inkroom/iepub" [lib] name = "iepub" path = "src/lib.rs" [dependencies.iepub-derive] version = "0.5.0" [dependencies.quick-xml] version = "0.34.0" [dependencies.shadow-rs] version = "0.29.0" [dependencies.zip] version = "2.1.3" [dev-dependencies.tinyget] version = "1.0.2" features = ["https"] [build-dependencies.shadow-rs] version = "0.29.0"