[package] name = "joketeller" version = "0.2.1" edition = "2021" license = "MIT" description = "Simple API client for sv443's jokeapi" homepage = "https://github.com/canarado/joketeller" repository = "https://github.com/canarado/joketeller" readme = "README.md" authors = ["Adam K "] exclude = ["keys.env"] keywords = ["jokes", "joke", "sv443", "api"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = { version = "2.4.0", features = ["json"] } serde = "1.0" serde_yaml = "0.8" serde_json = "1.0" serde-xml-rs = "0.5.1"