rbook-utils 0.0.1

A high-level wrapper over `rbook` for easy ebook parsing/conversion/rendering
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"
name = "rbook-utils"
version = "0.0.1"
authors = ["Yunho Cho"]
build = false
exclude = [
    "assets/*",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A high-level wrapper over `rbook` for easy ebook parsing/conversion/rendering
"""
homepage = "https://yunho-c.github.io/rbook"
documentation = "https://docs.rs/rbook-utils"
readme = "README.md"
keywords = [
    "ebook",
    "epub",
    "parser",
    "markdown",
    "cli",
]
categories = ["parser-implementations"]
license = "Apache-2.0"
repository = "https://github.com/yunho-c/rbook-utils"

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

[[bin]]
name = "rbook-utils"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.html2md]
version = "0.2"

[dependencies.kuchiki]
version = "0.8"

[dependencies.once_cell]
version = "1.20"

[dependencies.rbook]
version = "0.7.5"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.urlencoding]
version = "2.1"

[dependencies.walkdir]
version = "2.5"