dsh_api_build_helpers 0.7.0

DSH resource management API client
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.86"
name = "dsh_api_build_helpers"
version = "0.7.0"
authors = [
    "Wilbert Schelvis, <wilbert.schelvis@kpn.com>",
    "KPN DSH Team, <unibox@kpn.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DSH resource management API client"
homepage = "https://www.kpn.com/dsh"
readme = "README.md"
keywords = [
    "kpn",
    "dsh",
    "rest",
    "api",
    "client",
]
license = "Apache-2.0"
repository = "https://github.com/kpn-dsh/dsh-api"

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

[[example]]
name = "generate_generic"
path = "examples/generate_generic.rs"

[[example]]
name = "generate_methods"
path = "examples/generate_methods.rs"

[[example]]
name = "generate_types"
path = "examples/generate_types.rs"

[dependencies.indoc]
version = "2.0"

[dependencies.itertools]
version = "0.14"

[dependencies.openapiv3]
version = "2"

[dependencies.prettyplease]
version = "0.2"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"

[dependencies.typify]
version = "0.6"

[lints.clippy]
uninlined_format_args = "allow"