# 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 = "nislib" version = "0.1.0" description = "A Rust library for encrypted decentralized network communication." license = "MIT" [dependencies.log] version = "0.4.20" [dependencies.palserializer] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.2" [dependencies.spki] version = "0.7.2" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3"