ik-mini-epub-cli-interactive 0.2.0-alpha.3

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cliclack]
version = "0.3.8"

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

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

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

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

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

[profile.lto-strip-release]
lto = true
inherits = "release"
strip = true

[profile.release]
codegen-units = 1