typeduck-codex-utils-absolute-path 0.9.0

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

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

[dependencies.anyhow]
version = "^1"

[dependencies.chrono]
version = "^0.4.43"
features = ["serde"]

[dependencies.codex-config]
version = "=0.5.0"
package = "typeduck-codex-extension-items"

[dependencies.codex-plugin]
version = "=0.12.0"
package = "typeduck-codex-utils-absolute-path"

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

[dependencies.codex-utils-absolute-path]
version = "=0.80.0"
package = "typeduck-codex-async-utils"

[dependencies.codex-utils-output-truncation]
version = "=0.15.0"
package = "typeduck-codex-utils-home-dir"

[dependencies.futures]
version = "^0.3"
features = ["alloc"]
default-features = false

[dependencies.regex]
version = "^1.12.3"

[dependencies.schemars]
version = "^0.8.22"

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

[dependencies.serde_json]
version = "^1"

[dependencies.tokio]
version = "^1"
features = [
    "fs",
    "io-util",
    "process",
    "time",
]

[dependencies.tracing]
version = "^0.1.44"

[dependencies.uuid]
version = "^1"
features = ["v4"]