# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zesty-api" version = "0.2.1" description = "Zesty API definitions" license = "Apache-2.0" repository = "https://gitlab.com/zestyco/zesty-customers-tools/zesty-api-rs" [package.metadata.docs.rs] all-features = true [dependencies.clap] version = "4.1" features = ["derive"] optional = true [dependencies.enum-iterator] version = "1.4" optional = true [dependencies.http] version = "0.2" [dependencies.http-serde] version = "1.1" [dependencies.schemars] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.3.0" features = ["serde"] [dev-dependencies.uuid] version = "1.3.0" features = [ "v4", "serde", ] [features] clap = ["dep:clap"] iterator = ["dep:enum-iterator"] jsonschema = [ "dep:schemars", "iterator", ]