simdutf8-cli 0.1.6

SIMD-accelerated UTF-8 validation CLI built on the simdutf8 crate, with hardened path handling.
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.93.0"
name = "simdutf8-cli"
version = "0.1.6"
authors = ["Pierre Gronau <Pierre.Gronau@ndaal.eu>"]
build = false
include = [
    "src/**/*.rs",
    "examples/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD-accelerated UTF-8 validation CLI built on the simdutf8 crate, with hardened path handling."
readme = "README.md"
keywords = [
    "utf-8",
    "simd",
    "validation",
    "cli",
    "security",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://gitlab.com/vPierre/ndaal_public_simdutf8_cli"

[features]
default = ["std"]
public_imp = ["simdutf8/public_imp"]
std = ["simdutf8/std"]

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

[[bin]]
name = "simdutf8-cli"
path = "src/main.rs"

[[example]]
name = "generate_fixtures"
path = "examples/generate_fixtures.rs"

[[example]]
name = "validate_bytes"
path = "examples/validate_bytes.rs"

[dependencies.cap-std]
version = "4"

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

[dependencies.ignore]
version = "0.4.25"

[dependencies.sarif-to-md-core]
version = "1.3"

[dependencies.sarif_rust]
version = "0.3"

[dependencies.simdutf8]
version = "0.1.5"
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.flexpect]
version = "0.1.1"

[dev-dependencies.predicates]
version = "3.1.4"

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

[lints.clippy]
mem_forget = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(avx512_stable)",
    'cfg(feature, values("portable_public_imp"))',
]

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