# 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-traits" version = "2.3.0" authors = ["MobileCoin"] description = "Traits and interfaces for components related to Oblivious data structures" 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" [dependencies.aligned-cmov] version = "2.3" [dependencies.balanced-tree-index] version = "2.3" [dependencies.rand_core] version = "0.6" default-features = false [features] no_asm_insecure = ["aligned-cmov/no_asm_insecure"]