# 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 = "fluence-keypair" version = "0.10.4" authors = ["Fluence Labs"] description = "unified keypair API based on libp2p-identity" license = "Apache-2.0" repository = "https://github.com/fluencelabs/trust-graph" resolver = "1" [dependencies.asn1_der] version = "0.6.1" [dependencies.bs58] version = "0.5.0" [dependencies.ed25519-dalek] version = "2.0.0" features = [ "serde", "std", "rand_core", ] [dependencies.eyre] version = "0.6.5" [dependencies.lazy_static] version = "1.4" [dependencies.libp2p-identity] version = "0.2.1" features = [ "peerid", "rsa", "ed25519", "secp256k1", ] default-features = false [dependencies.libsecp256k1] version = "0.7.1" [dependencies.multihash] version = "0.18.0" features = ["identity"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.23" [dependencies.zeroize] version = "1" [dev-dependencies.quickcheck] version = "1.0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ring] version = "0.16.9" features = [ "alloc", "std", ] default-features = false