[package] name = "taskserver_protocol" version = "0.1.1" authors = ["Felix Giese "] edition = "2018" description = "crate abstracting over the taskserver (taskd) protocol for taskwarrior" license = "MIT" keywords = ["taskwarrior", "taskserver"] categories = ["api-bindings"] repository = "https://github.com/fegies/taskserver" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = { version = ">= 0.9.0, < 0.10" } tokio = { version = ">= 0.1, < 0.3", features = ["io-util"] } serde = ">= 1, < 2" chrono = {version = ">= 0.4, < 0.5", features = ["serde"]} bytes = ">= 0.3, < 0.6" serde_json = { version = ">= 1, < 2", features = ["raw_value"] } [dev-dependencies] serde = {version = ">= 1, < 2", features = ["derive"]}