codex-wrangler 1.0.11

Linux/X11/i3 tray switcher for live coding-agent TUI sessions
# 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"
rust-version = "1.96"
name = "codex-wrangler"
version = "1.0.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux/X11/i3 tray switcher for live coding-agent TUI sessions"
readme = "README.md"
keywords = [
    "codex",
    "claude",
    "i3",
    "x11",
    "egui",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/aoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoa/codex-wrangler"

[features]
egui-test = [
    "dep:egui-tester-witness",
    "instrumentation",
    "eternalist-apps/egui-test",
]
instrumentation = ["brass_poolrooms/instrumentation"]

[[bin]]
name = "codex-wrangler"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.brass_poolrooms]
version = "0.12.1"

[dependencies.crossbeam-channel]
version = "0.5.16"

[dependencies.egui]
version = "=0.36.1"

[dependencies.egui-tester-witness]
version = "0.9.6"
features = ["egui"]
optional = true

[dependencies.egui-wgpu]
version = "=0.36.1"

[dependencies.eternalist-apps]
version = "0.6.5"

[dependencies.inotify]
version = "0.11.4"
default-features = false

[dependencies.memchr]
version = "2.8.3"

[dependencies.nix]
version = "0.31.3"
features = [
    "poll",
    "signal",
]
default-features = false

[dependencies.rusqlite]
version = "0.40.2"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.x11rb]
version = "0.14.0"
features = ["randr"]
default-features = false

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"

[lints.clippy.all]
level = "deny"
priority = -2

[lints.clippy.cargo]
level = "warn"
priority = -3

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "deny"
unexpected_cfgs = "deny"
unsafe_code = "deny"
unused_crate_dependencies = "warn"
unused_lifetimes = "deny"
unused_qualifications = "deny"
warnings = "deny"

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"