# 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 = "const-generic-alignment" version = "0.2.0" authors = ["Zachary S"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Const-generic-aligned ZST" readme = "README.md" categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/zachs18/const-generic-alignment-rs" [package.metadata.docs.rs] all-features = true [lib] name = "const_generic_alignment" path = "src/lib.rs" [dependencies.bytemuck] version = "1.16.0" optional = true [dependencies.cfg-if] version = "1.0.0" [features] bytemuck = ["dep:bytemuck"] freeze = [] unstable_docs = []