koban 0.2.1

A Rust client library for the Invoice Ninja API, built for humans and AI 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"
rust-version = "1.95"
name = "koban"
version = "0.2.1"
authors = ["James Brink <brink.james@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for the Invoice Ninja API, built for humans and AI agents"
homepage = "https://github.com/jamesbrink/koban"
documentation = "https://docs.rs/koban"
readme = "README.md"
keywords = [
    "invoice-ninja",
    "invoice",
    "api",
    "client",
    "agents",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/jamesbrink/koban"

[package.metadata.docs.rs]
all-features = true

[features]
miette = ["dep:miette"]

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

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]
optional = true

[dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "multipart",
    "rustls-tls-webpki-roots",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.httpmock]
version = "0.8.3"

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

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