# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "story-dl" version = "0.6.0" authors = ["Txuritan "] description = "Story web scraping" documentation = "https://docs.rs/story_dl" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Txuritan/story-dl" [lib] name = "story_dl" path = "src/lib.rs" [[bin]] name = "story-dl" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0" optional = true [dependencies.askama] version = "0.10" optional = true default-features = false [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" features = ["wrap_help"] optional = true [dependencies.html5ever] version = "0.25" [dependencies.isahc] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.markup5ever] version = "0.10" [dependencies.markup5ever_arcdom] version = "0.1" [dependencies.pulldown-cmark] version = "0.7" optional = true default-features = false [dependencies.rand] version = "0.7" [dependencies.rmps] version = "0.14" optional = true package = "rmp-serde" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["blocking"] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" optional = true [dependencies.tracing-log] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.2" optional = true [dependencies.uuid] version = "0.8" features = ["v4"] optional = true [dependencies.zip] version = "0.5" optional = true [dev-dependencies.chrono] version = "0.4" [dev-dependencies.pretty_assertions] version = "0.6" [features] cli = ["anyhow", "clap", "epub", "json", "messagepack", "tokio/macros", "cli_logging"] cli_logging = ["tracing-log", "tracing-futures", "tracing-subscriber"] default = ["cli"] epub = ["askama", "pulldown-cmark", "uuid", "zip"] json = ["serde", "serde", "serde_json", "chrono/serde"] messagepack = ["serde", "serde", "rmps", "chrono/serde"] [badges.maintenance] status = "experimental"