# 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 = "swas" version = "0.3.1" authors = ["lonely-code-cube"] description = "Swas is a rust library + CLI tool that tells you when swas will upload new video through complex calculations. It also lets you search and play youtube videos of swas and other channels. Searching about youtube channels is also an option. Basically it's a youtube search cli tool written in rust." homepage = "https://github.com/lonely-code-cube/swas" readme = "README.md" keywords = ["swas", "youtube", "video", "cli"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/lonely-code-cube/swas" resolver = "2" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "swas" path = "src/lib.rs" [[bin]] name = "swas" path = "src/bin/swas.rs" [dependencies.clap] version = "3.1.6" features = ["derive", "cargo"] optional = true [dependencies.colored] version = "2.0.0" [dependencies.reqwest] version = "0.11.10" features = ["json", "blocking"] [dependencies.tinyjson] version = "2" [features] application = ["clap"] default = ["application"]