# 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 = "wgpu_sort" version = "0.1.0" authors = [ "Simon Niedermayr", "Josef Stumpfegger", ] description = " WebGPU/wgpu Radix Key-Value Sort " homepage = "https://github.com/KeKsBoTer/wgpu_sort" documentation = "https://docs.rs/wgpu_sort" readme = "README.md" keywords = [ "wgpu", "gpu", "sort", "radxi", "wgpu", ] categories = [ "rendering", "algorithms", ] license = "BSD-2-Clause" repository = "https://github.com/KeKsBoTer/wgpu_sort" [package.metadata.docs.rs] all-features = true [[example]] name = "sort" [[example]] name = "sort_indirect" [[test]] name = "sort" [[bench]] name = "sort" harness = false [dependencies.bytemuck] version = "1.13.0" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.futures-intrusive] version = "0.5.0" [dependencies.log] version = "0.4" [dependencies.wgpu] version = "0.19.1" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.float-ord] version = "0.3.2" [dev-dependencies.pollster] version = "0.3.0" features = ["macro"] [dev-dependencies.rand] version = "0.8.5"