# 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 = "anime-dl" version = "1.6.2" authors = ["Gabriele Belluardo "] build = false exclude = [ ".*", "*.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Efficient cli app for downloading anime" homepage = "https://github.com/gabelluardo/anime-dl" documentation = "https://github.com/gabelluardo/anime-dl/blob/main/README.md" readme = "README.md" license = "GPL-3.0+" repository = "https://github.com/gabelluardo/anime-dl" [package.metadata.release] pre-release-commit-message = "Release version {{version}}" tag-message = "v{{version}}" tag-name = "v{{version}}" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "adl" path = "src/main.rs" [dependencies.anyhow] version = "^1.0" [dependencies.clap] version = "^4.5" features = [ "derive", "env", ] [dependencies.futures] version = "^0.3" [dependencies.graphql_client] version = "^0.14.0" optional = true [dependencies.indicatif] version = "^0.17" [dependencies.owo-colors] version = "^4.1" [dependencies.rand] version = "^0.8" [dependencies.reqwest] version = "^0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.rustyline] version = "^14.0" [dependencies.scraper] version = "^0.20" [dependencies.serde] version = "^1.0" optional = true [dependencies.tabled] version = "0.16.0" [dependencies.tokio] version = "^1.40.0" features = [ "fs", "macros", "process", "rt-multi-thread", ] default-features = false [dependencies.tokio-stream] version = "^0.1.14" [dependencies.which] version = "^6.0.0" [features] anilist = [ "graphql_client", "serde", ] default = ["anilist"]