# 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 = "aligned_box" version = "0.3.0" authors = ["Michael Lass "] build = false publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "Allocate heap memory with user-specified alignment" homepage = "https://github.com/michaellass/aligned_box/" documentation = "https://docs.rs/aligned_box/" readme = "README.md" keywords = [ "aligned", "alignment", "box", "heap", "memory", ] categories = [ "data-structures", "memory-management", ] license = "MIT" repository = "https://github.com/michaellass/aligned_box.git" [lib] name = "aligned_box" path = "src/lib.rs" [dev-dependencies.lazy_static] version = "^1.4" [features] default = ["std"] std = [] [badges.travis-ci] branch = "master" repository = "michaellass/aligned_box"