nucel-sdk-api 0.1.0

Auto-generated Rust client for the nucel.dev REST API (OpenAPI-driven, progenitor-built)
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 = "nucel-sdk-api"
version = "0.1.0"
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "openapi/nucel.json",
    "README.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated Rust client for the nucel.dev REST API (OpenAPI-driven, progenitor-built)"
homepage = "https://nucel.dev"
documentation = "https://docs.rs/nucel-sdk-api"
readme = "README.md"
keywords = [
    "nucel",
    "git",
    "ci",
    "openapi",
    "sdk",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/nucel-dev/nucel"

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.progenitor-client]
version = "0.10"

[dependencies.regress]
version = "0.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[build-dependencies.openapiv3]
version = "2"

[build-dependencies.prettyplease]
version = "0.2"

[build-dependencies.progenitor]
version = "0.10"

[build-dependencies.serde_json]
version = "1"

[build-dependencies.syn]
version = "2"