# 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 = "video_web_page_generator" version = "0.2.1" exclude = ["/index.html", "/target", "/.vscode", "/Cargo.lock"] description = "A basic tool written in rust that makes a html page for embeding videos in discord and twitter from other websites." readme = "README.md" keywords = ["html", "video"] categories = ["command-line-utilities"] license = "GPL-2.0" repository = "https://github.com/BuyMyMojo/video-web-page-generator/" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"]