# 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 = "ograph-rs" version = "0.4.1" authors = ["AverageHelper"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command-line utility to extract and print OpenGraph metadata from a given URL." readme = "README.md" keywords = [ "opengraph", "url", "website", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://git.average.name/AverageHelper/ograph-rs" [[bin]] name = "ograph" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.isahc] version = "1.7.2" [dependencies.scraper] version = "0.19.1" [dependencies.url] version = "2.5.2" [lints.rust] unsafe_code = "forbid"