# 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 = "pi_crypto" version = "0.1.0" authors = ["yineng "] description = "pi_crypto" readme = "README.md" keywords = [ "pi", "crypto", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GaiaWorld/pi_crypto.git" [dependencies.jsonwebtoken] version = "7" [dependencies.libc] version = "0.2.146" [dependencies.libsecp256k1] version = "0.6" [dependencies.pi_hash_value] version = "0.1" [dependencies.ring] version = "0.16" [dependencies.rsa] version = "0.6.1" [dependencies.rust-crypto] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_asn1] version = "0.4" [dependencies.siphasher] version = "0.3" [dependencies.untrusted] version = "0.7" [dev-dependencies.base64] version = "0.12.0" [dev-dependencies.hex] version = "0.3.2" [features] bls = []