oxidite-openapi 2.0.1

OpenAPI/Swagger documentation generation for Oxidite
Documentation
# 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 = "oxidite-openapi"
version = "2.0.1"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI/Swagger documentation generation for Oxidite"
readme = "README.md"
keywords = [
    "openapi",
    "swagger",
    "api",
    "documentation",
    "web",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/meshackbahati/rust-oxidite"

[lib]
name = "oxidite_openapi"
path = "src/lib.rs"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"