[[test]]
name = "integration"
path = "tests/integration/main.rs"
[dependencies.bytemuck]
optional = true
version = "1.2"
[features]
default = []
[lib]
name = "safe_arch"
path = "src/lib.rs"
[package]
authors = ["Lokathor <zefria@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "hardware-support", "no-std"]
description = "Crate that exposes `core::arch` safely via `#[cfg()]`."
edition = "2018"
keywords = ["intrinsics", "simd"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "safe_arch"
readme = "README.md"
repository = "https://github.com/Lokathor/safe_arch"
version = "0.7.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["-C", "target-cpu=native", "--cfg", "docs_rs"]
[profile.test]
opt-level = 3