okami 0.2.0

Post-quantum cryptographic identity for 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 = "2021"
rust-version = "1.85"
name = "okami"
version = "0.2.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    ".gstack/",
    "tmp/",
    "MASTER_PLAN.md",
    "DECISIONS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Post-quantum cryptographic identity for AI agents"
homepage = "https://github.com/im40percentgit/okami"
readme = "README.md"
keywords = [
    "post-quantum",
    "cryptography",
    "identity",
    "agent",
    "spiffe",
]
categories = [
    "cryptography",
    "authentication",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/im40percentgit/okami"

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

[[bin]]
name = "okami"
path = "src/bin/okami.rs"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.lupine]
version = "0.1.0"
package = "lupine-pqc"

[dependencies.lupine-core]
version = "0.1.0"

[dependencies.lupine-serial]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2"

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

[dev-dependencies.proptest]
version = "1"

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