typeduck-codex-execpolicy 0.17.0

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

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

[dependencies.anyhow]
version = "^1.0"

[dependencies.base64]
version = "^0.22.1"

[dependencies.chrono]
version = "^0.4.42"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.codex-otel]
version = "=0.11.0"
package = "typeduck-codex-utils-rustls-provider"

[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-pty]
version = "=0.16.0"
package = "typeduck-codex-execpolicy"

[dependencies.codex-utils-string]
version = "=0.93.0"
package = "typeduck-codex-async-utils"

[dependencies.dirs-next]
version = "^2.0"

[dependencies.dunce]
version = "^1.0"

[dependencies.glob]
version = "^0.3"

[dependencies.rand]
version = "^0.8"
features = [
    "std",
    "small_rng",
]
default-features = false

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dependencies.tempfile]
version = "^3"

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

[dependencies.tracing-appender]
version = "^0.2.3"

[dependencies.windows]
version = "^0.58"
features = [
    "Win32_Foundation",
    "Win32_NetworkManagement_WindowsFirewall",
    "Win32_System_Com",
    "Win32_System_Variant",
]

[target."cfg(windows)".dependencies.windows-sys]
version = "^0.52"
features = [
    "Win32_Foundation",
    "Win32_System_Diagnostics_Debug",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_System_Threading",
    "Win32_System_JobObjects",
    "Win32_System_SystemServices",
    "Win32_System_Environment",
    "Win32_System_Pipes",
    "Win32_System_WindowsProgramming",
    "Win32_System_IO",
    "Win32_System_Memory",
    "Win32_System_Kernel",
    "Win32_System_Console",
    "Win32_Storage_FileSystem",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_NetworkManagement_NetManagement",
    "Win32_NetworkManagement_WindowsFilteringPlatform",
    "Win32_Networking_WinSock",
    "Win32_System_LibraryLoader",
    "Win32_System_Com",
    "Win32_Security_Cryptography",
    "Win32_Security_Authentication_Identity",
    "Win32_System_Rpc",
    "Win32_Graphics_Gdi",
    "Win32_System_StationsAndDesktops",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI_Shell",
    "Win32_System_Registry",
]