[package] name = "dailymotion" version = "0.0.2" edition = "2021" description = "[IN HEAVY DEVELOPMENT] API wrapper for Dailymotion." license = "Unlicense" homepage = "https://github.com/Breadinator/dailymotion" repository = "https://github.com/Breadinator/dailymotion" exclude = ["/go_utils"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] oauth2 = "4.3.0" reqwest = { version = "0.11.13", features = ["json"] } serde = "1.0.152" serde_json = "1.0.91" url = "2.3.1" strum = "0.24" strum_macros = "0.24" chrono = { version = "0.4.23", features = ["serde"] }