ik-mini-epub-cli 0.2.0-alpha.4

A CLI tool to download IK Storeis into epubs.
# 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 = "ik-mini-epub-cli"
version = "0.2.0-alpha.4"
authors = ["KittDownload <contact@kittdownload.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to download IK Storeis into epubs."
homepage = "https://kittdownload.dev/crate-ik-mini-epub-cli"
documentation = "https://docs.rs/ik-mini-epub-cli"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/KittDownload/crate-wp-mini-epub-cli"

[[bin]]
name = "ik-mini-epub-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.ik-mini]
version = "0.2.0-alpha.5"

[dependencies.ik-mini-epub]
version = "0.2.0-alpha.6"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "rustls",
    "http2",
    "json",
    "cookies",
]
default-features = false

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
]