# 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 = "reticulum" version = "0.0.1-alpha.1" exclude = ["justfile"] description = "Experimental implementation of Reticulum" keywords = [ "mesh", "networking", "distributed", ] license = "Apache-2.0 OR MIT" repository = "https://jirijakes.com/code/rust-reticulum" [dependencies.aes] version = "0.8" [dependencies.cbc] version = "0.1" [dependencies.curve25519-dalek] version = "4.1" [dependencies.ed25519-dalek] version = "2.1" features = ["rand_core"] [dependencies.hex] version = "0.2" default-features = false package = "hex-conservative" [dependencies.hkdf] version = "0.12" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.rmp] version = "0.8" default-features = false [dependencies.sha2] version = "0.10" [dependencies.x25519-dalek] version = "2.0" features = ["static_secrets"] [dev-dependencies.hex] version = "0.2" default-features = true package = "hex-conservative" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.rand] version = "0.8"