# 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 = "2018" name = "include_bytes_aligned" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple macro that embeds the bytes of an external file into the executable and guarantees that they are aligned." homepage = "https://github.com/PonasKovas/include_bytes_aligned" readme = "README.md" keywords = [ "include_bytes", "aligned", "align", "bytes", "macro", ] categories = ["memory-management"] license = "MIT" repository = "https://github.com/PonasKovas/include_bytes_aligned" [lib] name = "include_bytes_aligned" path = "src/lib.rs" doctest = false [[test]] name = "tests" path = "tests/tests.rs"