# 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" name = "align_constr" version = "0.2.0" authors = ["Dmitrii Demenev "] include = [ "/Cargo.toml", "/LICENSE_APACHE", "/LICENSE_MIT", "/README.md", "/src/**", "/tests/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Like `aligned` but better. Newtype whose alignment is constrained not only by the inherent alignment requirements of the underlying type but also by the alignment requirements of the \"alignment constraint archetype\"" documentation = "https://docs.rs/align_constr" readme = "README.md" keywords = [ "maths", "traits", ] categories = [ "no-std", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/align_constr" [dependencies.as-slice] version = "0.2.1" optional = true