[package] name = "json_placeholder" version = "0.1.0" edition = "2021" authors = ["Clairmont clairmont.rajaonarison"] description = "This project is for JSON Placeholder curl" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"