# 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 = "nvl-cli" version = "0.1.3" authors = ["Paul Ollivier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A program to download webnovels" homepage = "https://codeberg.org/paulollivier/nvl" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://codeberg.org/paulollivier/nvl" [profile.release] opt-level = "z" lto = true codegen-units = 1 [[bin]] name = "nvl" path = "src/main.rs" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.eyre] version = "0.6.12" [dependencies.human-panic] version = "2.0.1" [dependencies.indicatif] version = "0.17.8" features = ["improved_unicode"] [dependencies.libwebnovel] version = "0.9.2" features = ["all"] [dependencies.libwebnovel-storage] version = "0.2.5" [dependencies.log] version = "0.4.22" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.self_update] version = "0.41.0" [dependencies.url] version = "2.5.2" [dev-dependencies.test-log] version = "0.2.16"