[package] name = "preview-rs" version = "0.1.3" authors = ["Ayomide Onigbinde "] edition = "2018" description="A (simple) crate for fetching preview metadata from shorturls and links" homepage="https://github.com/oayomide/preview-rs" repository="https://github.com/oayomide/preview-rs" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.11", features = ["json", "blocking"] } scraper = "0.12.0" [[bin]] name="previewrs-bin" path="src/main.rs"