[lib]
crate-type = ["lib"]
name = "rten_simd"
path = "src/lib.rs"
[lints.clippy]
manual_memcpy = "allow"
needless_range_loop = "allow"
[package]
authors = ["Robert Knight"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Portable SIMD for stable Rust"
edition = "2024"
homepage = "https://github.com/robertknight/rten"
include = ["/src", "/README.md"]
license = "MIT OR Apache-2.0"
name = "rten-simd"
readme = "README.md"
repository = "https://github.com/robertknight/rten"
resolver = "2"
rust-version = "1.89.0"
version = "0.24.0"