openapi_type 0.6.0

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.95"
name = "openapi_type"
version = "0.6.0"
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",
    "swagger",
    "api",
    "oas",
    "oas3",
]
license = "Apache-2.0"
repository = "https://codeberg.org/msrd0/openapi_type"

[package.metadata.docs.rs]
all-features = true

[features]
_all_features = []
_datetime = []
chrono = ["chrono04"]
chrono04 = [
    "dep:chrono04",
    "_datetime",
]
default = ["tuples16"]
hashbrown = [
    "hashbrown016",
    "hashbrown017",
]
hashbrown016 = ["dep:hashbrown016"]
hashbrown017 = ["dep:hashbrown017"]
jiff = ["jiff02"]
jiff02 = [
    "dep:jiff02",
    "_datetime",
]
linked-hash-map = ["linked-hash-map05"]
linked-hash-map05 = ["dep:linked-hash-map05"]
time = ["time03"]
time03 = [
    "dep:time03",
    "_datetime",
]
tuples16 = []
tuples32 = ["tuples16"]
tuples48 = ["tuples32"]
tuples64 = ["tuples48"]
url = ["url2"]
url2 = ["dep:url2"]
uuid = ["uuid1"]
uuid1 = ["dep: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.hashbrown017]
version = "0.17"
optional = true
default-features = false
package = "hashbrown"

[dependencies.indexmap]
version = "2.13"
features = ["serde"]

[dependencies.jiff02]
version = "0.2"
optional = true
package = "jiff"

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

[dependencies.oas3]
version = "0.22"

[dependencies.openapi_type_derive]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.url2]
version = "2.5.4"
optional = true
package = "url"

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

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

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

[dev-dependencies.serde-saphyr]
version = "0.0.27"
features = ["serialize"]
default-features = false

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

[lints.clippy]
await_holding_lock = "allow"
doc_lazy_continuation = "allow"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
tabs_in_doc_comments = "allow"

[lints.rust]
elided_lifetimes_in_paths = "deny"
improper_ctypes_definitions = "deny"
missing_debug_implementations = "warn"
type_alias_bounds = "allow"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rustdoc]
broken_intra_doc_links = "deny"