[package] name = "statehub-location" version = "0.5.2" edition = "2021" rust-version = "1.56.0" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/statehub/statehub-location-rs" description = "Statehub supported locations" categories = ["api-bindings"] keywords = ["statehub", "api", "multi-cloud", "aws", "azure"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_with = "1.8" thiserror = "1.0" enum-iterator = { version = "0.7", optional = true } juniper = { version = "0.15", optional = true } schemars = { version = "0.8", optional = true } [dev-dependencies] serde_json = { version = "1.0" } [features] graphql = ["juniper"] jsonschema = ["schemars", "iterator"] iterator = ["enum-iterator"] [package.metadata.docs.rs] all-features = true [package.metadata.release] allow-branch = ["main"] push = true tag = true publish = true verify = true pre-release-commit-message = "Bump version to {{version}}" tag-message = "{{version}}" tag-name = "{{version}}" dev-version = false enable-all-features = true