# 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 = "pas" version = "0.3.0" authors = ["David Peicho <david.peicho@gmail.com>"] build = false exclude = [ ".gitignore", ".vscode", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for strided slice" homepage = "https://github.com/DavidPeicho/pas-rs" readme = "README.md" keywords = [ "data", "slice", "strided", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/DavidPeicho/pas-rs" [lib] name = "pas" path = "src/lib.rs" [[test]] name = "macro_tests" path = "tests/macro_tests.rs" [[test]] name = "shared_tests" path = "tests/shared_tests.rs" [[test]] name = "slice_mut_tests" path = "tests/slice_mut_tests.rs" [dependencies.bytemuck] version = "1.7.2" [dev-dependencies.bytemuck] version = "1.7.2" features = ["derive"] [dev-dependencies.paste] version = "1.0.14"