# 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 = "aligners" version = "0.0.10" authors = ["Mateusz Gienieczko "] description = "Utilities for alignment guarantees for data." readme = "./README.md" keywords = [ "alignment", "aligned", "align", "byte", "simd", ] categories = [ "memory-management", "rust-patterns", ] license = "MIT" repository = "https://github.com/V0ldek/aligners" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] lto = false [profile.release] lto = "thin" [dependencies.cfg-if] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.page_size] version = "0.4.2" [dev-dependencies.anyhow] version = "1.0.57" [features] default = ["simd"] simd = []