# 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 = "predawn-schema" version = "0.9.0" authors = ["zihan "] build = false include = [ "src/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "OpenAPI schema for predawn" homepage = "https://github.com/ZihanType/predawn" readme = "README.md" keywords = [ "http", "web", "framework", "openapi", "schema", ] license = "MIT/Apache-2.0" repository = "https://github.com/ZihanType/predawn" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "predawn_schema" path = "src/lib.rs" [dependencies.bytes] version = "1" default-features = false [dependencies.indexmap] version = "2" default-features = false [dependencies.macro-v] version = "0.1" default-features = false [dependencies.openapiv3] version = "2" default-features = false [dependencies.paste] version = "1" default-features = false [dependencies.schemars] version = "0.8" optional = true default-features = false [dependencies.serde_json] version = "1" default-features = false [features] raw_value = ["serde_json/raw_value"]