wae-schema 0.0.2

WAE Schema - 数据结构定义与验证
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 = "2024"
name = "wae-schema"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Schema - 数据结构定义与验证"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-schema"
documentation = "https://docs.rs/wae-schema"
readme = "README.md"
keywords = [
    "schema",
    "validation",
    "serde",
]
categories = [
    "data-structures",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-schema"
resolver = "2"

[features]
default = ["json"]
json = ["dep:serde_json"]
yaml = ["dep:serde_yaml"]

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

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "openapi_builder_tests"
path = "tests/openapi_builder_tests.rs"

[[test]]
name = "swagger_ui_tests"
path = "tests/swagger_ui_tests.rs"

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

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.serde_yaml]
version = "0.9.34"
optional = true

[dependencies.wae-types]
version = "0.0.2"