# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasi-crypto-preview" version = "0.1.1" authors = ["Frank Denis "] description = "WASI crypto module proposal" homepage = "https://github.com/jedisct1/wasi-crypto-preview" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/jedisct1/wasi-crypto-preview" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.3" [dependencies.curve25519-dalek] version = "3" [dependencies.derivative] version = "2.1" [dependencies.parking_lot] version = "0.11" [dependencies.pqcrypto] version = "0.11" features = ["pqcrypto-kyber"] default-features = false [dependencies.ring] version = "0.17.0-alpha" [dependencies.thiserror] version = "1.0" [dependencies.wiggle] version = "0.20" [dependencies.xoodyak] version = "0.5" [dependencies.zeroize] version = "1.1"