# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "epir" version = "0.0.1" authors = ["Masahiko Hyuga "] description = "EllipticPIR client library (Rust implementation)." license = "MIT" repository = "https://github.com/EllipticPIR/libepir.git" [[bench]] name = "ecelgamal" path = "src/benches/ecelgamal.rs" harness = false [[bench]] name = "selector" path = "src/benches/selector.rs" harness = false [dependencies.curve25519-dalek] version = "3" features = [] [dependencies.num_cpus] version = "1.13" [dependencies.rand_core] version = "0.5" features = ["getrandom"] [dependencies.rayon] version = "1.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.sha2] version = "0.9"