# 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 = "stimmgabel" version = "1.0.0" description = " polyproto reference test implementation used for verifying other implementations of the protocol." readme = "README.md" categories = [ "command-line-utilities", "development-tools::testing", ] license = "MPL-2.0" repository = "https://github.com/polyphony-chat/stimmgabel" [dependencies.bitflags] version = "2.5" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.colored] version = "2.1" [dependencies.ed25519-dalek] version = "2.1" features = ["rand_core"] [dependencies.lazy_static] version = "1.4" [dependencies.polyproto] version = "0.9.0-alpha.3" default-features = false [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.36" features = [ "rt-multi-thread", "macros", "net", ]