# 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.74" name = "oram" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of Oblivious RAM." readme = "README.md" keywords = [ "oram", "oblivious", "cryptography", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/facebook/oram" [lib] name = "oram" path = "src/lib.rs" [[example]] name = "interactive" path = "examples/interactive.rs" [[example]] name = "oblivious_db" path = "examples/oblivious_db.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.subtle] version = "2" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.paste] version = "1" [dev-dependencies.rustyline] version = "14" [dev-dependencies.simplelog] version = "0.12" [dev-dependencies.static_assertions] version = "1"