[package] name = "raindrop" version = "0.3.5" edition = "2021" description = "Non-official API client for Raindrop." license = "MIT" authors = [ "Yevgnen Koh " ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] derive_builder = "0.12.0" reqwest = { version = "0.11.17", features = ["json"] } serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" serde_with = "3.0.0" thiserror = "1.0.40" tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread"] }