# 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 = "scsys-crypto" version = "0.1.40" authors = [ "FL03 (https://github.com/FL03)", "Scattered-Systems (https://github.com/scattered-systems)", ] description = "scsys-crypto" homepage = "https://github.com/scattered-systems/scsys/wiki" keywords = [ "crypto", "scsys", ] categories = [] license = "Apache-2.0" repository = "https://github.com/scattered-systems/scsys" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.blake3] version = "1.3.1" [dependencies.ed25519] version = "1.5.2" features = [ "pkcs8", "serde_bytes", ] [dependencies.generic-array] version = "0.14.6" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.itertools] version = "0.10.5" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.16.20" features = ["wasm32_c"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.typenum] version = "1.15.0" [dev-dependencies.vrf] version = "0.2.4" [build-dependencies] [features] default = [] wasm = ["wasm-ext"] wasm-ext = ["ring/wasm32_c"]