ezpn 0.13.1

Dead simple terminal pane splitting — ezpn 2 3 gives you a 2x3 grid of shells
[graph]
all-features = true

[advisories]
version = 2
ignore = [
    # bincode 1.3.3: upstream archived after harassment incident.
    # The maintainers consider 1.3.3 feature-complete; no safe upgrade exists.
    # Migration to postcard/wincode tracked separately.
    "RUSTSEC-2025-0141",
    # serial 0.4.0: pulled in transitively via portable-pty 0.8.1.
    # Unmaintained since 2017; replacement requires upstream portable-pty change.
    "RUSTSEC-2017-0008",
]

[bans]
multiple-versions = "warn"
wildcards = "deny"

[licenses]
version = 2
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-DFS-2016",
    "Unicode-3.0",
    "Zlib",
    "MPL-2.0",
    "CC0-1.0",
    "Unlicense",
]
confidence-threshold = 0.93

[sources]
unknown-registry = "deny"
unknown-git = "deny"