aidens-contracts 0.1.0

Versioned base contracts — shared primitive artifact shapes for AiDENs
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 = "2021"
rust-version = "1.76"
name = "aidens-contracts"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned base contracts — shared primitive artifact shapes for AiDENs"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.attestation-exchange]
version = "0.1.0"

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

[dependencies.federated-settlement]
version = "0.1.0"

[dependencies.kernel-execution]
version = "0.1.0"

[dependencies.kernel-oracles]
version = "0.1.0"

[dependencies.llm-tool-runtime]
version = "0.1.0"

[dependencies.mechanism-runtime]
version = "0.1.0"

[dependencies.recursive-kernel-core]
version = "0.1.0"

[dependencies.remote-oracle-admission]
version = "0.1.0"

[dependencies.schemars]
version = "0.8"
features = [
    "chrono",
    "uuid1",
]

[dependencies.semantic-memory-forge]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.stack-ids]
version = "0.1.1"

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

[dependencies.verification-adjudication]
version = "0.1.0"

[dependencies.verification-control]
version = "0.1.0"