typeduck-codex-execpolicy 0.2.0

Support package for the standalone Codex Web runtime (codex-agent-identity)
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 = "typeduck-codex-execpolicy"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support package for the standalone Codex Web runtime (codex-agent-identity)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/tqdm-inc/codex"

[lib]
name = "codex_agent_identity"
path = "src/lib.rs"
doctest = false

[dependencies.anyhow]
version = "^1"

[dependencies.base64]
version = "^0.22.1"

[dependencies.chrono]
version = "^0.4.43"

[dependencies.codex-http-client]
version = "=0.45.0"
package = "typeduck-codex-async-utils"

[dependencies.codex-protocol]
version = "=0.64.0"
package = "typeduck-codex-async-utils"

[dependencies.crypto_box]
version = "^0.9.1"
features = ["seal"]

[dependencies.ed25519-dalek]
version = "^2.2.0"
features = ["pkcs8"]

[dependencies.http]
version = "^1.3.1"

[dependencies.jsonwebtoken]
version = "^9.3.1"

[dependencies.rand]
version = "^0.9"

[dependencies.serde]
version = "^1"
features = [
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "^1"

[dependencies.sha2]
version = "^0.10"