# 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 = "titans" version = "0.4.8" authors = ["BASED"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blazingly Fast scraper" readme = "README.md" keywords = [ "youtube", "scraper", "webscraper", "cli", "youtube-downloader", ] license = "GPL-3.0" repository = "https://github.com/Based-Programmer/titans" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "titans" path = "src/main.rs" [dependencies.fastrand] version = "1.9.0" [dependencies.isahc] version = "1.7.2" features = [ "text-decoding", "json", ] default-features = false [dependencies.once_cell] version = "1.20" [dependencies.regex] version = "1.11" [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.5"