[package] name = "agvtf" version = "1.1.6" authors = ["Eugenio Tampieri "] edition = "2018" license = "Unlicense" description = "Crate to fetch info from Telecom Italia AGVTF (and possibly others)" keywords = ["telecom", "tim", "fetch", "info"] categories = ["api-bindings"] repository = "https://gitlab.com/eutampieri/agvtf" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = { version = "2.5", default-features = false } scraper = "0.18" chrono = "0.4"