Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions codex-rs/agent-graph-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version.workspace = true
[lib]
name = "codex_agent_graph_store"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
2 changes: 2 additions & 0 deletions codex-rs/ansi-escape/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ license.workspace = true
[lib]
name = "codex_ansi_escape"
path = "src/lib.rs"
test = false
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/app-server-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_app_server_client"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/app-server-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_app_server_protocol"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
4 changes: 4 additions & 0 deletions codex-rs/app-server-test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ tracing-subscriber = { workspace = true }
tungstenite = { workspace = true }
url = { workspace = true }
uuid = { workspace = true, features = ["v4"] }

[lib]
test = false
doctest = false
1 change: 1 addition & 0 deletions codex-rs/app-server-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_app_server_transport"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/app-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ path = "src/bin/notify_capture.rs"
[lib]
name = "codex_app_server"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
2 changes: 2 additions & 0 deletions codex-rs/app-server/tests/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ license.workspace = true

[lib]
path = "lib.rs"
test = false
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/apply-patch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_apply_patch"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "apply_patch"
Expand Down
1 change: 1 addition & 0 deletions codex-rs/arg0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_arg0"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
3 changes: 3 additions & 0 deletions codex-rs/async-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ tokio-util.workspace = true

[dev-dependencies]
pretty_assertions.workspace = true

[lib]
doctest = false
1 change: 1 addition & 0 deletions codex-rs/backend-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ publish = false

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

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/builtin-mcps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version.workspace = true
[lib]
name = "codex_builtin_mcps"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
3 changes: 3 additions & 0 deletions codex-rs/chatgpt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ codex-utils-cargo-bin = { workspace = true }
pretty_assertions = { workspace = true }
serde_json = { workspace = true }
tempfile = { workspace = true }

[lib]
doctest = false
1 change: 1 addition & 0 deletions codex-rs/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ path = "src/main.rs"
[lib]
name = "codex_cli"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
3 changes: 3 additions & 0 deletions codex-rs/cloud-requirements/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ tracing = { workspace = true }
pretty_assertions = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt", "test-util", "time"] }

[lib]
doctest = false
2 changes: 2 additions & 0 deletions codex-rs/cloud-tasks-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ version.workspace = true
[lib]
name = "codex_cloud_tasks_client"
path = "src/lib.rs"
test = false
doctest = false

[lints]
workspace = true
Expand Down
2 changes: 2 additions & 0 deletions codex-rs/cloud-tasks-mock-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ version.workspace = true
[lib]
name = "codex_cloud_tasks_mock_client"
path = "src/lib.rs"
test = false
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/cloud-tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version.workspace = true
[lib]
name = "codex_cloud_tasks"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
3 changes: 3 additions & 0 deletions codex-rs/codex-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ reqwest = { workspace = true }

[lints]
workspace = true

[lib]
doctest = false
2 changes: 2 additions & 0 deletions codex-rs/codex-backend-openapi-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ license.workspace = true
[lib]
name = "codex_backend_openapi_models"
path = "src/lib.rs"
test = false
doctest = false

[lints]
workspace = true
Expand Down
3 changes: 3 additions & 0 deletions codex-rs/codex-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ pretty_assertions = { workspace = true }
rcgen = { workspace = true }
tempfile = { workspace = true }
tracing-subscriber = { workspace = true }

[lib]
doctest = false
2 changes: 2 additions & 0 deletions codex-rs/codex-experimental-api-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ license.workspace = true

[lib]
proc-macro = true
test = false
doctest = false

[dependencies]
proc-macro2 = "1"
Expand Down
1 change: 1 addition & 0 deletions codex-rs/codex-mcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version.workspace = true
[lib]
name = "codex_mcp"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/collaboration-mode-templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version.workspace = true
doctest = false
name = "codex_collaboration_mode_templates"
path = "src/lib.rs"
test = false

[lints]
workspace = true
3 changes: 3 additions & 0 deletions codex-rs/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ tokio = { workspace = true, features = ["full"] }
tokio-stream = { workspace = true, features = ["net"] }
tonic = { workspace = true, features = ["router", "transport"] }
tonic-prost-build = { version = "=0.14.3", default-features = false, features = ["transport"] }

[lib]
doctest = false
3 changes: 3 additions & 0 deletions codex-rs/connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ urlencoding = { workspace = true }
[dev-dependencies]
pretty_assertions = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

[lib]
doctest = false
1 change: 1 addition & 0 deletions codex-rs/core-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version.workspace = true
doctest = false
name = "codex_core_api"
path = "src/lib.rs"
test = false

[lints]
workspace = true
Expand Down
1 change: 0 additions & 1 deletion codex-rs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name = "codex-core"
version.workspace = true

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

Expand Down
1 change: 1 addition & 0 deletions codex-rs/core/tests/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license.workspace = true

[lib]
path = "lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/exec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ path = "src/main.rs"
[lib]
name = "codex_exec"
path = "src/lib.rs"
doctest = false

[[test]]
name = "all"
Expand Down
1 change: 1 addition & 0 deletions codex-rs/execpolicy-legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ path = "src/main.rs"
[lib]
name = "codex_execpolicy_legacy"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/execpolicy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description = "Codex exec policy: prefix-based Starlark rules for command decisi
[lib]
name = "codex_execpolicy"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "codex-execpolicy"
Expand Down
3 changes: 3 additions & 0 deletions codex-rs/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ tracing-subscriber = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }

[lib]
doctest = false
1 change: 1 addition & 0 deletions codex-rs/file-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ path = "src/main.rs"
[lib]
name = "codex_file_search"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
4 changes: 4 additions & 0 deletions codex-rs/file-system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ async-trait = { workspace = true }
codex-protocol = { workspace = true }
codex-utils-absolute-path = { workspace = true }
serde = { workspace = true, features = ["derive"] }

[lib]
test = false
doctest = false
3 changes: 3 additions & 0 deletions codex-rs/git-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ walkdir = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }

[lib]
doctest = false
1 change: 1 addition & 0 deletions codex-rs/install-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_install_context"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
4 changes: 4 additions & 0 deletions codex-rs/keyring-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ keyring = { workspace = true, features = ["windows-native"] }

[target.'cfg(any(target_os = "freebsd", target_os = "openbsd"))'.dependencies]
keyring = { workspace = true, features = ["sync-secret-service"] }

[lib]
test = false
doctest = false
1 change: 1 addition & 0 deletions codex-rs/linux-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ path = "src/main.rs"
[lib]
name = "codex_linux_sandbox"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/lmstudio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_lmstudio"
path = "src/lib.rs"
doctest = false


[dependencies]
Expand Down
3 changes: 3 additions & 0 deletions codex-rs/login/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ regex-lite = { workspace = true }
serial_test = { workspace = true }
tempfile = { workspace = true }
wiremock = { workspace = true }

[lib]
doctest = false
1 change: 1 addition & 0 deletions codex-rs/mcp-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ path = "src/main.rs"
[lib]
name = "codex_mcp_server"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
2 changes: 2 additions & 0 deletions codex-rs/mcp-server/tests/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ license.workspace = true

[lib]
path = "lib.rs"
test = false
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/memories/mcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version.workspace = true
[lib]
name = "codex_memories_mcp"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/memories/read/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version.workspace = true
[lib]
name = "codex_memories_read"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/memories/write/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version.workspace = true
[lib]
name = "codex_memories_write"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/message-history/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_message_history"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/network-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_network_proxy"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions codex-rs/ollama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license.workspace = true
[lib]
name = "codex_ollama"
path = "src/lib.rs"
doctest = false

[lints]
workspace = true
Expand Down
Loading
Loading