# 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" name = "bytecode-interpreter-crypto" version = "0.3.2" authors = ["Diem Association "] description = "Bytecode interpreter crypto" license = "Apache-2.0" resolver = "2" [dependencies.anyhow] version = "1.0.52" [dependencies.curve25519-dalek] version = "0.1.0" features = ["std"] default-features = false package = "curve25519-dalek-fiat" [dependencies.ed25519-dalek] version = "0.1.0" features = [ "std", "serde", ] default-features = false package = "ed25519-dalek-fiat" [dependencies.sha2] version = "0.9.3" [dependencies.sha3] version = "0.9.1" [features] default = ["fiat"] fiat = [ "curve25519-dalek/fiat_u64_backend", "ed25519-dalek/fiat_u64_backend", ] u32 = [ "curve25519-dalek/u32_backend", "ed25519-dalek/u32_backend", ] u64 = [ "curve25519-dalek/u64_backend", "ed25519-dalek/u64_backend", ]