[package] name = "libruta" authors = ["Josep Mengual "] description = "A universal interface to router management" version = "0.2.0" edition = "2021" license = "MPL-2.0" readme = "README.md" homepage = "https://sr.ht/~truita/ruta/" repository = "https://git.sr.ht/~truita/libruta/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.5" scraper = "0.18.1" ureq = { version = "2.9.1", features = ["cookies"] }