fux 0.12.0

A minimal trusted Bevy terminal multiplexer
# 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.95"
name = "fux"
version = "0.12.0"
build = false
include = [
    "/src/**",
    "/tests/**",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal trusted Bevy terminal multiplexer"
readme = "README.md"
keywords = [
    "terminal",
    "multiplexer",
    "bevy",
    "pty",
    "tmux",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/gold-silver-copper/fux"

[[bin]]
name = "fux"
path = "src/main.rs"

[[test]]
name = "remote_lifecycle"
path = "tests/remote_lifecycle.rs"

[dependencies.async-channel]
version = "2"

[dependencies.async-io]
version = "2"

[dependencies.base64]
version = "0.22"

[dependencies.bevy_app]
version = "=0.20.0-rc.1"

[dependencies.bevy_asset]
version = "=0.20.0-rc.1"
features = ["file_watcher"]

[dependencies.bevy_camera]
version = "=0.20.0-rc.1"

[dependencies.bevy_ecs]
version = "=0.20.0-rc.1"
features = ["serialize"]

[dependencies.bevy_image]
version = "=0.20.0-rc.1"

[dependencies.bevy_input]
version = "=0.20.0-rc.1"
features = [
    "keyboard",
    "mouse",
]

[dependencies.bevy_input_focus]
version = "=0.20.0-rc.1"
features = ["keyboard"]

[dependencies.bevy_log]
version = "=0.20.0-rc.1"

[dependencies.bevy_math]
version = "=0.20.0-rc.1"

[dependencies.bevy_mesh]
version = "=0.20.0-rc.1"

[dependencies.bevy_picking]
version = "=0.20.0-rc.1"
default-features = false

[dependencies.bevy_reflect]
version = "=0.20.0-rc.1"

[dependencies.bevy_remote]
version = "=0.20.0-rc.1"
features = ["bevy_asset"]
default-features = false

[dependencies.bevy_tasks]
version = "=0.20.0-rc.1"
features = [
    "multi_threaded",
    "async-io",
]

[dependencies.bevy_text]
version = "=0.20.0-rc.1"

[dependencies.bevy_time]
version = "=0.20.0-rc.1"

[dependencies.bevy_ui]
version = "=0.20.0-rc.1"
features = ["bevy_picking"]

[dependencies.bevy_window]
version = "=0.20.0-rc.1"

[dependencies.bevy_world_serialization]
version = "=0.20.0-rc.1"
features = ["serialize"]

[dependencies.fux-vt]
version = "0.1.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "server",
    "http1",
]

[dependencies.nix]
version = "0.30"
features = [
    "fs",
    "signal",
    "process",
    "poll",
    "socket",
    "user",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.portable-pty]
version = "=0.9.0"

[dependencies.ron]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.3"

[dependencies.smol-hyper]
version = "0.1"

[dependencies.termina]
version = "=0.3.3"

[dependencies.unicode-width]
version = "0.2"

[dependencies.ureq]
version = "=3.4.2"
features = ["json"]
default-features = false

[lints.clippy]
expect_used = "forbid"
indexing_slicing = "warn"
panic = "forbid"
todo = "forbid"
unimplemented = "forbid"
unreachable = "forbid"
unwrap_used = "forbid"

[profile.dev]
debug = 0

[profile.release]
lto = "thin"
codegen-units = 1
strip = true