batless 0.7.0

A fast, non-blocking code and text viewer inspired by bat
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 = "2021"
rust-version = "1.85.0"
name = "batless"
version = "0.7.0"
authors = ["Thomas <thomas@docdyhr.com>"]
build = "build.rs"
exclude = [
    "target/",
    "*.tmp",
    "test_file*.txt",
    "demo_output.txt",
    ".github/",
    "demo.sh",
    "fuzz/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, non-blocking code and text viewer inspired by bat"
homepage = "https://github.com/docdyhr/batless"
documentation = "https://docs.rs/batless"
readme = "README.md"
keywords = [
    "cli",
    "code-viewer",
    "cat",
    "pager",
    "viewer",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/docdyhr/batless"

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

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

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

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

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

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

[[bench]]
name = "performance"
path = "benches/performance.rs"
harness = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4.6"

[dependencies.dirs]
version = "6"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.is-terminal]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.termcolor]
version = "1.4"

[dependencies.toml]
version = "1.1"

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

[dev-dependencies.proptest]
version = "1.11"
features = ["std"]
default-features = false

[dev-dependencies.serde_json]
version = "1.0"

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