# 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 = "linkspace-cryptography" version = "0.3.0-rc1" authors = ["Anton Sol "] description = "Blake3 and schnorr cryptographic primitives for linkspace" homepage = "https://www.linkspace.dev" documentation = "https://www.linkspace.dev/docs/guide/index.html" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/AntonSol919/linkspace" [dependencies.blake3] version = "=1.3.1" features = ["traits-preview"] [dependencies.k256] version = "0.13.1" features = ["schnorr"] [dependencies.rand] version = "=0.8.5" [dependencies.rand_core] version = "=0.6.4" [dependencies.thiserror] version = "=1.0.40" [dev-dependencies.rand_chacha] version = "0.3.1" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.7" features = ["js"]