# 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 = "frostore" version = "0.3.0" authors = ["Gavin Bogie (https://www.gbogie.com/)"] description = "Schnorr Threshold Signature Database" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/GavBog/FROSTore" [dependencies.async-channel] version = "2" [dependencies.async-io] version = "2" [dependencies.async-std] version = "1" optional = true [dependencies.base64] version = "0.22" [dependencies.bincode] version = "1" [dependencies.dashmap] version = "6" [dependencies.frost-ed25519] version = "1" [dependencies.futures] version = "0.3" [dependencies.libp2p] version = "0.53" features = [ "async-std", "cbor", "gossipsub", "identify", "kad", "noise", "quic", "request-response", "tcp", "yamux", ] [dependencies.once_cell] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async-std = ["dep:async-std"] default = [] tokio = [ "dep:tokio", "libp2p/tokio", ]