[package] name = "atlas-confluence" version = "0.2.0" edition = "2021" license = "MIT" description = "Simple library to interact with the Confluence REST API" homepage = "https://github.com/alvarium-hex/confluence-rs" repository = "https://github.com/alvarium-hex/confluence-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-recursion = "1.0.4" base64 = "0.21.2" log = "0.4.19" reqwest = { version = "0.11.18", features = ["json"] } serde = { version = "1.0.164", features = ["serde_derive"] } serde_json = "1.0.97" tokio = "1.28.2"