openapi_type 0.5.1

OpenAPI type information for Rust structs and enums
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"
rust-version = "1.76"
name = "openapi_type"
version = "0.5.1"
authors = ["Dominic Meiser <git@msrd0.de>"]
build = false
include = [
    "src/**/*",
    "LICENSE",
    "crates-io.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI type information for Rust structs and enums"
readme = "crates-io.md"
keywords = [
    "openapi",
    "type",
]
license = "Apache-2.0"
repository = "https://codeberg.org/msrd0/openapi_type"

[features]
chrono = ["chrono04"]
hashbrown = ["hashbrown016"]
indexmap = ["indexmap1"]
linked-hash-map = ["linked-hash-map05"]
time = ["time03"]
uuid = [
    "uuid08",
    "uuid1",
]

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

[dependencies.chrono04]
version = "0.4"
optional = true
default-features = false
package = "chrono"

[dependencies.hashbrown016]
version = "0.16"
optional = true
default-features = false
package = "hashbrown"

[dependencies.indexmap]
version = "2.0"

[dependencies.indexmap1]
version = "1.0"
optional = true
package = "indexmap"

[dependencies.linked-hash-map05]
version = "0.5"
optional = true
package = "linked-hash-map"

[dependencies.openapi_type_derive]
version = "0.4.6"

[dependencies.openapiv3]
version = "=2.2.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time03]
version = "0.3"
features = ["serde-human-readable"]
optional = true
package = "time"

[dependencies.uuid08]
version = "0.8"
optional = true
package = "uuid"

[dependencies.uuid1]
version = "1"
optional = true
package = "uuid"

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.0"

[dev-dependencies.serde]
version = "1.0.158"
features = ["derive"]

[dev-dependencies.trybuild]
version = "=1.0.116"