# 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 = "2018" name = "mc-oblivious-map" version = "2.3.0" authors = ["MobileCoin"] description = "Implementation of Oblivious Hash Map data structures on top of Oblivious RAM" readme = "README.md" keywords = [ "cryptography", "crypto", "constant-time", "oblivious-ram", ] categories = [ "cryptography", "data-structures", "no-std", ] license = "GPL-3.0" repository = "https://github.com/mobilecoinofficial/mc-oblivious" [[bench]] name = "ingest" harness = false [[bench]] name = "view" harness = false [dependencies.aligned-array] version = "1" features = ["subtle"] [dependencies.aligned-cmov] version = "2.3" [dependencies.generic-array] version = "0.14" default-features = false [dependencies.mc-oblivious-traits] version = "2.3" [dependencies.rand_core] version = "0.6" default-features = false [dependencies.siphasher] version = "0.3" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.mc-oblivious-ram] version = "2.3" [dev-dependencies.mc-rand] version = "1" [features] no_asm_insecure = ["aligned-cmov/no_asm_insecure"]