parse-book-source 0.3.1

Terminal reader for novel
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 = "parse-book-source"
version = "0.3.1"
authors = ["yexiyue <yexiyue666@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal reader for novel"
readme = "README.md"
keywords = [
    "CLI",
    "Terminal",
    "Novel",
    "Reader",
]
license = "MIT"
repository = "https://github.com/yexiyue/parse-book-source"

[features]
browser = [
    "dep:chromiumoxide",
    "dep:futures-util",
]
default = []
schema = ["dep:schemars"]

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

[[example]]
name = "gen_schema"
path = "examples/gen_schema.rs"
required-features = ["schema"]

[dependencies.async-trait]
version = "0.1"

[dependencies.chromiumoxide]
version = "0.7"
features = ["tokio-runtime"]
optional = true
default-features = false

[dependencies.dom_query]
version = "0.28"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.fancy-regex]
version = "0.18"

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.jsonpath-rust]
version = "1.0"

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

[dependencies.schemars]
version = "0.8"
optional = true

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52"
features = [
    "fs",
    "macros",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]