[dependencies.quickcheck]
version = "1"
[dependencies.rand]
version = "0.9.2"
[dev-dependencies.quickcheck_macros]
version = "1"
[lib]
name = "dinoxor"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Re-implements bitwise operations as abstractions in aarch64 neon registers."
documentation = "https://docs.rs/crate/dinoxor"
edition = "2021"
homepage = "https://awfulsec.com/generative_testing_inline_assembly_in_rust.html"
keywords = ["asm", "arm64", "aarch64", "eor"]
license-file = "LICENSE"
name = "dinoxor"
readme = "README.md"
repository = "https://github.com/graves/dinoxor.git"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["aarch64-unknown-linux-gnu"]