# 从 OpenAI Codex rust-v0.155.1 提取仅解析库;不包含执行器和 shell 命令解析。 [package] name = "codex-patch-parser" version = "0.155.1" edition = "2024" license = "Apache-2.0" publish = false [lib] name = "codex_patch_parser" path = "src/lib.rs" doctest = false [dependencies] codex-utils-path-uri = { path = "../codex-utils-path-uri" } thiserror = "2.0.17" [dev-dependencies] codex-utils-absolute-path = { path = "../codex-utils-absolute-path" } pretty_assertions = "1.4.1" tempfile = "3.23.0"