[package] name = "todoist-rs" version = "0.1.0" authors = ["Ian Shehadeh "] license = "Apache-2.0 AND MIT" homepage = "https://github.com/IanS5/todoist-rs" repository = "https://github.com/IanS5/todoist-rs" description = "Rust wrapper around the todoist sync API" readme = "README.md" [dependencies] reqwest = "0.8.5" uuid = {version = "0.6", features = ["v4", "serde"] } serde = "1.0.43" serde_derive = "1.0.43" serde_json = "1.0.16" erased-serde = "0.3" chrono = "0.4"