[package] name = "routerstatus" version = "1.0.0" authors = ["Eugenio Tampieri "] edition = "2018" license = "Unlicense" description = "Crate to fetch info from Telecom Italia AGVTF (and possibly others)" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = "2" scraper = "0.12" chrono = "0.4"