base94-simd 0.1.0

SIMD-accelerated base94 codec
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.85"
name = "base94-simd"
version = "0.1.0"
build = false
exclude = ["fuzz"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD-accelerated base94 codec"
homepage = "https://github.com/lxl66566/nextppp/crates/base94"
readme = "README.md"
keywords = [
    "ascii",
    "base94",
    "encoding",
    "printable",
    "simd",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lxl66566/nextppp"

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

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
wildcard_imports = "allow"

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

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

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

[lints.rust]
unsafe_code = "allow"
unused_qualifications = "warn"