args-api 0.1.0

Shared API contract types and endpoint definitions for args.
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 = "args-api"
version = "0.1.0"
authors = [
    "Mikkel Kim <mikkel@args.io>",
    "Paul Bae <paul@args.io>",
]
build = false
exclude = ["CLAUDE.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared API contract types and endpoint definitions for args."
homepage = "https://args.io"
documentation = "https://docs.rs/args-api"
readme = "README.md"
keywords = [
    "args",
    "api",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://args.io/bkdevs/args"

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

[dependencies.args-api-derive]
version = "0.1.0"

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

[dependencies.http]
version = "1.4.0"

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

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