[package]
name = "base94-simd"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
description = "SIMD-accelerated base94 codec"
readme = "README.md"
homepage = "https://github.com/lxl66566/nextppp/crates/base94"
repository = "https://github.com/lxl66566/nextppp"
license = "MIT OR Apache-2.0"
keywords = ["ascii", "base94", "encoding", "printable", "simd"]
categories = ["encoding"]
exclude = ["fuzz"]
[lints.clippy]
all = { level = "warn", priority = -1 }
cargo = { level = "warn", priority = -1 }
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
pedantic = { level = "warn", priority = -1 }
wildcard_imports = "allow"
[lints.rust]
unsafe_code = "allow"
unused_qualifications = "warn"