coda-api 0.4.0

Coda 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 = "2024"
rust-version = "1.88.0"
name = "coda-api"
version = "0.4.0"
build = false
exclude = [
    ".*",
    "*.local.*",
    "doc/dev",
    "specs",
    "README.ts",
    "AGENTS*.md",
    "CLAUDE*.md",
    "deno.json",
    "commitlint.config.mjs",
    "lefthook.yml",
    "mise.toml",
    "rumdl.toml",
    "rustfmt.toml",
    ".yolobox",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coda API client"
homepage = "https://github.com/DenisGorbachev/coda-api"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/coda-api"

[package.metadata.details]
title = "Coda API client"
tagline = ""
summary = ""
announcement = ""

[package.metadata.details.readme]

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.derive_more]
version = "2.0"
features = ["display"]

[dependencies.errgonomic]
version = "0.4.0"

[dependencies.governor]
version = "0.10"

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

[dependencies.regress]
version = "0.10"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = ["parsing"]
optional = true

[dependencies.tokio]
version = "1.46"
features = ["time"]

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

[dev-dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dev-dependencies.tokio]
version = "1.46"
features = [
    "macros",
    "fs",
    "net",
    "rt",
    "rt-multi-thread",
]