# 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 = "aligned-cmov" version = "2.3.0" authors = ["MobileCoin"] description = "Fast constant-time conditional moves of aligned bytes" readme = "README.md" keywords = [ "aligned", "alignment", "cryptography", "constant-time", "utilities", ] categories = [ "embedded", "memory-management", "cryptography", "no-std", ] license = "GPL-3.0" repository = "https://github.com/mobilecoinofficial/mc-oblivious" [[bench]] name = "large_cmov" harness = false [dependencies.aligned-array] version = "1" features = ["subtle"] [dependencies.generic-array] version = "0.14" default-features = false [dev-dependencies.criterion] version = "0.4" [features] no_asm_insecure = []