# 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 = "tegra_swizzle" version = "0.4.0" authors = ["ScanMountGoat <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tegra X1 block linear texture memory tiling" documentation = "https://docs.rs/tegra_swizzle" readme = "README.md" license = "MIT" repository = "https://github.com/ScanMountGoat/tegra_swizzle" [package.metadata.docs.rs] all-features = true [lib] name = "tegra_swizzle" path = "src/lib.rs" [[bench]] name = "blockheight" path = "benches/blockheight.rs" harness = false [[bench]] name = "deswizzle_surface" path = "benches/deswizzle_surface.rs" harness = false [[bench]] name = "swizzle" path = "benches/swizzle.rs" harness = false [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.4" [features] default = ["std"] ffi = [] std = []