mirror of
https://github.com/openai/codex.git
synced 2026-05-03 19:06:58 +00:00
address feedback
This commit is contained in:
@@ -14,32 +14,17 @@ path = "src/lib.rs"
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[features]
|
||||
default = ["mitm"]
|
||||
mitm = [
|
||||
"tokio-rustls",
|
||||
"rustls",
|
||||
"rustls-native-certs",
|
||||
"rustls-pemfile",
|
||||
"rcgen",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
codex-app-server-protocol = { workspace = true }
|
||||
codex-core = { workspace = true }
|
||||
globset = { workspace = true }
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
rcgen-rama = { package = "rcgen", version = "0.14", default-features = false, features = ["pem", "x509-parser", "ring"] }
|
||||
rcgen = { version = "0.13", features = ["pem", "x509-parser"], optional = true }
|
||||
rustls = { version = "0.21", optional = true }
|
||||
rustls-native-certs = { version = "0.6", optional = true }
|
||||
rustls-pemfile = { version = "1", optional = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
time = { workspace = true }
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tokio-rustls = { version = "0.24", optional = true }
|
||||
toml = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true, features = ["fmt"] }
|
||||
rama = { version = "0.3.0-alpha.3", default-features = false, features = ["http-full", "proxy-full", "socks5", "rustls"] }
|
||||
|
||||
Reference in New Issue
Block a user