typeduck-codex-execpolicy 0.8.0

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

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

[dependencies.notify]
version = "^8.2.0"

[dependencies.tokio]
version = "^1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "^0.1.44"
features = ["log"]