# 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_buffer_internals" version = "0.1.0" authors = ["Sean C. Roach "] build = false exclude = ["README.md"] autobins = false autoexamples = false autotests = false autobenches = false description = "The internals of the `aligned_buffer` crate that require being in a separate crate." readme = "src/README.md" keywords = [ "align", "buffer", "memory", "macro", "no_std", ] categories = [ "data-structures", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/seancroach/aligned_buffer" [lib] name = "aligned_buffer_internals" path = "src/lib.rs" [lints.clippy] alloc_instead_of_core = "deny" missing_safety_doc = "deny" multiple_unsafe_ops_per_block = "deny" std_instead_of_alloc = "deny" std_instead_of_core = "deny" undocumented_unsafe_blocks = "deny" [lints.clippy.pedantic] level = "deny" priority = 0 [lints.rust] missing_docs = "deny" unsafe_op_in_unsafe_fn = "deny"