# 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" rust-version = "1.69" name = "product-os-openapi" version = "0.0.4" authors = ["Jeremy de Oliveira-Kumar "] build = false exclude = [] include = [] autobins = true autoexamples = true autotests = true autobenches = true description = "Product OS : OpenAPI provides a set of structs for defining the structure of an OpenAPI / Swagger specification. This crate is intended to be used with Product OS : Connector." readme = "readme.md" keywords = ["product-os"] categories = [] license = "AGPL-3.0-only" resolver = "2" [dependencies.no-std-compat] version = "0.4.1" features = ["alloc"] optional = false [dependencies.serde] version = "1.0.192" features = [] optional = true default-features = false [dependencies.serde_json] version = "1.0.73" features = [] optional = true default-features = false [features] default = [ "no-std-compat/std", "openapi", ] openapi = [ "serde/derive", "serde_json/alloc", ] test = []