[package] name = "contentful_management" version = "0.1.3" authors = ["neonwarp "] description = "A Rust SDK for managing entities in Contentful." edition = "2021" license = "GPL-3.0" repository = "https://github.com/neonwarp/contentful-management" [dependencies] anyhow = "1.0.86" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" [dev-dependencies] tokio = { version = "1.38.0", features = ["full"] } [[example]] name = "test"