[package] name = "porus" version = "0.1.21" edition = "2021" description = "A crate for interacting with the Pocket API." license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.18", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.28", features = ["full"] } http = "0.2.9" httpmock = "0.6.7"