# 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 = "2021" name = "royal_road_archiver" version = "1.0.3" description = "An archival program and library for the webnovel site RoyalRoad." readme = "README.md" license = "EUPL-1.2" repository = "https://github.com/Raine-gay/royal_road_archiver" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "unwind" strip = true [lib] name = "royal_road_archiver_lib" path = "src/library.rs" [[bin]] name = "royal_road_archiver" path = "src/binary.rs" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.epub-builder] version = "0.7.4" [dependencies.html2md] version = "0.2.14" [dependencies.indicatif] version = "0.17.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.path-slash] version = "0.2.1" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "rustls", ] [dependencies.scraper] version = "0.18.1" [dependencies.serde_json] version = "1.0.111" [dependencies.tempfile] version = "3.9.0" [dependencies.thiserror] version = "1.0.56" [dependencies.url] version = "2.5.0" [dependencies.zip-extract] version = "0.1.3"