# 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 = "aniline" version = "0.3.0" authors = ["lonely-code-cube"] description = "A cli tool to search, play, download anime, create playlists and more" homepage = "https://github.com/lonely-code-cube/aniline" readme = "README.md" keywords = [ "anime", "download", "video", "cli", "player", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/lonely-code-cube/aniline" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "aniline" path = "src/lib.rs" [[bin]] name = "aniline" path = "src/bin/aniline.rs" [dependencies.clap] version = "4.0.32" features = ["derive"] optional = true [dependencies.crossterm] version = "0.25.0" [dependencies.indicatif] version = "0.17.2" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.spinners] version = "4.1.0" [dependencies.subprocess] version = "0.2.9" [dependencies.terminal-menu] version = "2.0.4" [dependencies.thiserror] version = "1.0.38" [features] application = ["clap"] default = ["application"]