# 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 = "include_data" version = "1.0.1" authors = ["jmaargh "] exclude = [ ".gitignore", ".github", "tests/test_data/generate.bash", ] description = "Include typed data directly in your executable" homepage = "https://github.com/jmaargh/include_data" readme = "README.md" keywords = [ "bytes", "data", "include", "casting", "static", ] categories = [ "encoding", "no-std", "no-std::no-alloc", "embedded", ] license = "MIT" repository = "https://github.com/jmaargh/include_data" [dependencies.bytemuck] version = "1" features = [ "min_const_generics", "wasm_simd", "aarch64_simd", ] [dev-dependencies.trybuild] version = "1"