adler32-simd 0.1.0

SIMD-accelerated Adler-32 checksum with ARM NEON and x86 SSSE3 support
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.60"
name = "adler32-simd"
version = "0.1.0"
authors = ["Issa Euceph <issa@euceph.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD-accelerated Adler-32 checksum with ARM NEON and x86 SSSE3 support"
homepage = "https://github.com/euceph/adler32-simd"
documentation = "https://docs.rs/adler32-simd"
readme = "README.md"
keywords = [
    "adler32",
    "checksum",
    "simd",
    "neon",
    "ssse3",
]
categories = [
    "algorithms",
    "no-std",
]
license = "MIT"
repository = "https://github.com/euceph/adler32-simd"

[features]
default = ["std"]
std = []

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