context69-contracts 0.1.0

Shared request and response types for the Context69 API.
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 = "context69-contracts"
version = "0.1.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared request and response types for the Context69 API."
homepage = "https://github.com/cloudiful/context69"
documentation = "https://docs.rs/context69-contracts"
readme = "README.md"
keywords = [
    "context69",
    "api",
    "contracts",
    "search",
]
categories = [
    "api-bindings",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/cloudiful/context69"

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.rmcp]
version = "1.6.0"
features = ["schemars"]

[dependencies.schemars]
version = "1.2.1"
features = [
    "chrono04",
    "uuid1",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.utoipa]
version = "5.5.0"
features = [
    "chrono",
    "uuid",
]

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

[dev-dependencies.serde_json]
version = "1.0.149"