[package] authors = ["Alexandru Olaru "] description = "Rust client implementation for Inflectra Spira API" edition = "2021" include = [ "**/*.rs", "Cargo.toml", ] keywords = ["inflectra", "spira", "client-api"] license = "MIT OR Apache-2.0" name = "spira" repository = "https://github.com/alxolr/spira" version = "0.0.6" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = {version = "0.11", features = ["json"]} serde = {version = "1", features = ["derive"]} serde_json = "1.0" serde_with = "2.0"