# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libtodoist" version = "0.4.0" authors = ["Balazs Nadasdi "] description = "Rust wrapper around Todoist API" homepage = "https://github.com/yitsushi/todoist-rs" readme = "README.md" keywords = [ "todoist", "todo", "task", "project", "todoist", ] categories = [ "data-structures", "web-programming::http-client", ] license = "Apache-2.0 AND MIT" repository = "https://github.com/yitsushi/todoist-rs" [dependencies.reqwest] version = "0.11.24" features = ["json"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.serde_repr] version = "0.1.9" [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.rust-embed] version = "8.2.0" [dev-dependencies.tokio] version = "1.21.2" features = ["macros"]