# 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" rust-version = "1.80.0" name = "simplepir" version = "1.0.1" authors = ["Matty Harris "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and efficient implementation of SimplePIR in Rust." readme = "README.md" keywords = ["cryptography"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/XiXinping/simplepir-rs" [profile.dev] overflow-checks = false [lib] name = "simplepir" path = "src/lib.rs" [[bench]] name = "simplepir_benchmark" path = "benches/simplepir_benchmark.rs" harness = false [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.3" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.criterion] version = "0.5.1" [badges.maintenance] status = "passively-maintained"