lib-epub 0.1.0

A Rust library for reading and manipulating EPUB files.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "lib-epub"
version = "0.1.0"
authors = ["KikkiZ <zhangyozh@foxmail.com>"]
build = false
exclude = ["/test_case"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for reading and manipulating EPUB files."
documentation = "https://docs.rs/lib-epub"
readme = "README.md"
keywords = [
    "epub",
    "ebook",
    "library",
]
license = "MIT"
repository = "https://github.com/KikkiZ/lib-epub.git"

[package.metadata.docs.rs]
all-features = true

[features]
builder = [
    "chrono",
    "infer",
    "walkdir",
]
content_builder = ["builder"]

[lib]
name = "lib_epub"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.43"
optional = true

[dependencies.infer]
version = "0.19.0"
optional = true

[dependencies.log]
version = "0.4.29"

[dependencies.quick-xml]
version = "0.39.0"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.walkdir]
version = "2.5.0"
optional = true

[dependencies.zip]
version = "7.3.0"
features = ["deflate"]
default-features = false

[dev-dependencies.flate2]
version = "1.1.9"