agentics-contracts 0.3.0

Shared API and challenge contract DTOs for Agentics.
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 = "agentics-contracts"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared API and challenge contract DTOs for Agentics."
homepage = "https://agentics.reify.ing"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/agentic-science/Agentics"

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

[[bin]]
name = "export-web-schemas"
path = "src/bin/export_web_schemas.rs"

[dependencies.agentics-domain]
version = "0.3.0"

[dependencies.agentics-error]
version = "0.3.0"

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

[dependencies.garde]
version = "0.23.0"
features = ["derive"]
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.schemars]
version = "1.2"
features = ["preserve_order"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

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

[dependencies.zip]
version = "8"

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

[lints.clippy]
allow_attributes_without_reason = "warn"
arithmetic_side_effects = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
enum_glob_use = "warn"
expect_used = "warn"
expl_impl_clone_on_copy = "warn"
future_not_send = "warn"
indexing_slicing = "warn"
infallible_try_from = "warn"
invalid_upcast_comparisons = "warn"
iter_not_returning_iterator = "warn"
let_underscore_future = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"
panic = "warn"
panic_in_result_fn = "warn"
rc_mutex = "warn"
string_slice = "warn"
todo = "warn"
unchecked_time_subtraction = "warn"
unimplemented = "warn"
unused_async = "warn"
unwrap_used = "warn"
wildcard_imports = "warn"

[lints.rust]
let_underscore_drop = "warn"
missing_debug_implementations = "warn"
redundant_imports = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"