typeduck-codex-utils-absolute-path 0.7.0

Support package for the standalone Codex Web runtime (codex-exec-server-protocol)
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-utils-absolute-path"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support package for the standalone Codex Web runtime (codex-exec-server-protocol)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/tqdm-inc/codex"

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

[dependencies.base64]
version = "^0.22.1"

[dependencies.codex-file-system]
version = "=0.38.0"
package = "typeduck-codex-async-utils"

[dependencies.codex-network-proxy]
version = "=0.59.0"
package = "typeduck-codex-async-utils"

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

[dependencies.codex-shell-command]
version = "=0.71.0"
package = "typeduck-codex-async-utils"

[dependencies.codex-utils-path-uri]
version = "=0.88.0"
package = "typeduck-codex-async-utils"

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

[dependencies.serde_json]
version = "^1"
features = [
    "arbitrary_precision",
    "raw_value",
]