# 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 = "fast_transpose" version = "0.1.0" authors = ["Radzivon Bartoshyk"] build = false exclude = [ "*.jpg", "assets/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Fast image and matrix transpose" homepage = "https://github.com/awxkee/fast_transpose" documentation = "https://github.com/awxkee/fast_transpose" readme = "README.md" keywords = [ "array", "data", "multidimensional", "row-major", ] categories = [ "multimedia::images", "algorithms", ] license = "BSD-3-Clause OR Apache-2.0" repository = "https://github.com/awxkee/fast_transpose" [profile.dev.package.flate2] opt-level = 3 [profile.dev.package.image] opt-level = 3 [profile.dev.package.miniz_oxide] opt-level = 3 [profile.dev.package.png] opt-level = 3 [lib] name = "fast_transpose" path = "src/lib.rs" [dependencies.bytemuck] version = "1.19.0" [features] default = ["unsafe"] unsafe = []