todoist-api 0.3.1

A Rust wrapper for the Todoist REST API v2
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.serde_test]
version = "1.0"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.5"

[features]
default = []
full = []

[lib]
name = "todoist_api"
path = "src/lib.rs"

[package]
authors = ["Romain Bertrand <romain@doxin.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "A Rust wrapper for the Todoist REST API v2"
documentation = "https://docs.rs/todoist-api"
edition = "2021"
keywords = ["todoist", "api", "todo", "task-management"]
license = "MIT"
name = "todoist-api"
readme = "README.md"
repository = "https://github.com/romaintb/todoist-api"
version = "0.3.1"

[[test]]
name = "config"
path = "tests/config.rs"

[[test]]
name = "error_handling_tests"
path = "tests/error_handling_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "models_tests"
path = "tests/models_tests.rs"

[[test]]
name = "wrapper_tests"
path = "tests/wrapper_tests.rs"