# 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 = "halo2_legacy_pdqsort" version = "0.1.0" authors = [ "Daira Emma Hopwood ", "Sean Bowe ", "Jack Grigg ", "Kris Nuttycombe ", "Greg Pfeil ", ] description = """ A copy of the core::slice::sort module from the Rust 1.56.1 standard library, modified to behave the same on 32-bit platforms as on 64-bit. This is intended to work around a determinism bug in the halo2_proofs crate. """ readme = "README.md" categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/halo2_legacy_pdqsort" [dependencies] [dev-dependencies.rand] version = "0.8"