# 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 = "youtube-first-comment" version = "0.5.1" authors = ["Lucas Silva "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A simple program that creates a new comment on YouTube when a new video is published for the specified channel" readme = "README.md" keywords = [ "youtube", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lcdss/youtube-first-comment" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "yfc" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.google-youtube3] version = "5.0.5" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ]