gws-builder 0.1.1

Build-time codegen from Google API Discovery: Rust types, method metadata, and serde helpers for Workspace agents.
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 = "gws-builder"
version = "0.1.1"
build = false
exclude = [
    "/generated",
    ".env",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-time codegen from Google API Discovery: Rust types, method metadata, and serde helpers for Workspace agents."
documentation = "https://docs.rs/gws-builder"
readme = "README.md"
keywords = [
    "google",
    "workspace",
    "discovery",
    "codegen",
    "api",
]
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/janpauldahlke/gws-builder"

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.heck]
version = "0.5"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "3"
features = ["json"]

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

[dev-dependencies.tempfile]
version = "3"