shaperail-codegen 0.5.0

YAML parser, validator, and code generator for Shaperail
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 = "shaperail-codegen"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YAML parser, validator, and code generator for Shaperail"
homepage = "https://shaperail.io"
readme = "README.md"
keywords = [
    "web",
    "api",
    "framework",
    "code-generation",
]
categories = [
    "web-programming::http-server",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shaperail/shaperail"

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shaperail-core]
version = "0.5.0"

[dependencies.thiserror]
version = "1"

[dev-dependencies.insta]
version = "1"
features = [
    "yaml",
    "json",
]