[package] name = "syspass_api" description = "An API wrapper for syspass written in Rust" version = "0.1.7" authors = ["Martin GUILLOUX "] edition = "2018" license = "GPL-3.0-or-later" repository = "https://github.com/Marthin-/syspass-api" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0" reqwest = "0.9.22" serde_derive = "1.0" json = "0.12.0" serde="1.0"