ree-cli 0.1.0

A fast terminal reset for macOS and Linux
Documentation
# 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 = "ree-cli"
version = "0.1.0"
authors = ["Sean Mozeik <sean@mozeik.com>"]
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "ree"
description = "A fast terminal reset for macOS and Linux"
homepage = "https://github.com/seanmozeik/ree"
documentation = "https://docs.rs/ree-cli"
readme = "README.md"
keywords = [
    "terminal",
    "tty",
    "terminfo",
    "reset",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/seanmozeik/ree"

[lib]
name = "ree"
path = "src/lib.rs"

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

[dependencies.fs-err]
version = "3.3.1"

[dependencies.libc]
version = "0.2.189"

[dependencies.rustix]
version = "1.1.4"
features = [
    "fs",
    "process",
    "stdio",
    "termios",
]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.usage]
version = "6.4.0"
package = "usage-rs"

[dev-dependencies.proptest]
version = "1.11.0"

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

[lints.clippy]
dbg_macro = "deny"
expect_used = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

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

[lints.clippy.nursery]
level = "warn"
priority = -1

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

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "deny"
unused_must_use = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"
private_intra_doc_links = "warn"

[profile.bench]
debug = 2
inherits = "release"
strip = false

[profile.dev]
debug = 2

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true