# 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 = "vqsort-rs" version = "0.2.0" authors = ["lincot "] description = "Rust bindings for the Google Highway's vectorized quicksort" readme = "README.md" keywords = [ "fast", "simd", "sort", "sorting", ] categories = ["algorithms"] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/lincot/vqsort-rs" [package.metadata.system-deps] libhwy-contrib = "1" [dependencies.paste] version = "1.0.15" [dependencies.rustversion] version = "1.0.17" [dev-dependencies.rand] version = "0.8.5" default-features = false [dev-dependencies.rand_pcg] version = "0.3.1" [build-dependencies.cc] version = "1.0.98" [build-dependencies.system-deps] version = "6.2.2"