# 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 = "libmilkyway" version = "0.2.1" description = "libmilkyway is a part of milkyway project providing common protocols for communicating between MilkyWay modules" readme = "README.md" license = "AGPL-3.0-or-later" [dependencies.aes-gcm] version = "0.10.3" [dependencies.async-trait] version = "0.1.81" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.libloading] version = "0.8.4" [dependencies.libmilkyway_derive] version = "0.1.0" [dependencies.once_cell] version = "1.19.0" [dependencies.pqcrypto] version = "0.17.0" [dependencies.pqcrypto-falcon] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.36.0" features = [ "sync", "io-util", "macros", "rt", "net", "time", ]