termpulse-core 0.1.0

Core OSC 9;4 terminal progress protocol — build, parse, and sanitize escape sequences. No-std compatible, zero dependencies.
# 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.85"
name = "termpulse-core"
version = "0.1.0"
build = false
exclude = [
    "benches/",
    "tests/",
    "fuzz/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core OSC 9;4 terminal progress protocol — build, parse, and sanitize escape sequences. No-std compatible, zero dependencies."
homepage = "https://github.com/justinhuangcode/termpulse"
documentation = "https://docs.rs/termpulse-core"
readme = "README.md"
keywords = [
    "osc",
    "terminal",
    "progress",
    "escape-sequence",
    "no-std",
]
categories = [
    "no-std",
    "encoding",
    "parsing",
]
license = "MIT"
repository = "https://github.com/justinhuangcode/termpulse"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
std = []

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

[dependencies]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

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

[lints.clippy]
cloned_instead_of_copied = "warn"
dbg_macro = "warn"
doc_markdown = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
inconsistent_struct_constructor = "warn"
manual_ok_or = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
print_stderr = "warn"
print_stdout = "warn"
semicolon_if_nothing_returned = "warn"
unnecessary_wraps = "warn"

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

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

[lints.rust]
unsafe_code = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1