# 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 = "eren" version = "0.3.5" authors = ["BASED"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stream & Download Animes from your terminal" readme = "README.md" keywords = [ "anime", "allanime", "gogoanime", "cli", "scraper", ] license = "GPL-3.0" repository = "https://github.com/Based-Programmer/eren" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "eren" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.hex] version = "0.4" [dependencies.isahc] version = "1.7.2" features = [ "json", "text-decoding", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.skim] version = "0.10" default-features = false [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.url] version = "2.5"