ploidy-codegen-rust 0.9.0

A Ploidy generator that emits Rust code
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"
rust-version = "1.89"
name = "ploidy-codegen-rust"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Ploidy generator that emits Rust code"
readme = "README.md"
keywords = [
    "codegen",
    "openapi",
    "swagger",
]
license = "Apache-2.0"
repository = "https://github.com/linabutler/ploidy"
resolver = "2"

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

[dependencies.cargo_toml]
version = "0.22"

[dependencies.either]
version = "1"

[dependencies.heck]
version = "0.5"

[dependencies.itertools]
version = "0.14"

[dependencies.miette]
version = "7"

[dependencies.ploidy-core]
version = "0.9.0"
features = [
    "cargo_toml",
    "proc-macro2",
]

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"
default-features = false

[dependencies.quote]
version = "1"
default-features = false

[dependencies.ref-cast]
version = "1"

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

[dependencies.syn]
version = "2"
features = [
    "parsing",
    "printing",
]
default-features = false

[dependencies.textwrap]
version = "0.16"
features = [
    "unicode-linebreak",
    "unicode-width",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"
features = [
    "display",
    "parse",
    "serde",
]
default-features = false

[dependencies.unicode-ident]
version = "1"

[dev-dependencies.indoc]
version = "2"

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

[dev-dependencies.syn]
version = "2"
features = [
    "extra-traits",
    "parsing",
    "printing",
]
default-features = false

[lints.rust]
unsafe_code = "forbid"