# 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 = "libwebnovel-storage" version = "0.2.5" authors = ["Paul Ollivier "] build = false exclude = ["release.sh"] autobins = false autoexamples = false autotests = false autobenches = false description = "A complement to libwebnovel: this package handles downloading and organizing collections of followed webnovels" homepage = "https://codeberg.org/paulollivier/libwebnovel-storage" readme = "README.md" keywords = [ "novel", "webnovel", ] categories = ["data-structures"] license = "AGPL-3.0-or-later" repository = "https://codeberg.org/paulollivier/libwebnovel-storage" [package.metadata.docs.rs] all-features = true [lib] name = "libwebnovel_storage" path = "src/lib.rs" [[test]] name = "test_library" path = "tests/test_library.rs" [dependencies.directories] version = "5.0.1" [dependencies.fs_extra] version = "1.3.0" [dependencies.image] version = "0.25.2" [dependencies.libwebnovel] version = "0.9.1" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" [dependencies.url] version = "2.5.2" features = ["serde"] [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.test-log] version = "0.2.16"