simd_aligned 0.1.2

Safe and fast SIMD-aligned data structures with easy and transparent 'flat' access.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

cargo-features = ["edition"]

[package]
name = "simd_aligned"
version = "0.1.2"
authors = ["Ralf Biedert <rb@xr.io>"]
description = "Safe and fast SIMD-aligned data structures with easy and transparent 'flat' access."
readme = "README.md"
keywords = ["simd", "memory", "aligned"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/ralfbiedert/simd_aligned_rust"
edition = "2018"
[dependencies.packed_simd]
version = "0.1"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "ralfbiedert/simd_aligned_rust"