# 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 = "2018" name = "yggdrasil-keys" version = "0.4.0" authors = ["Jan Christian Grünhage "] description = "Quickly generate yggdrasil keys" homepage = "https://github.com/jcgruenhage/yggdrasil-keys-rs" documentation = "https://docs.rs/yggdrasil-keys" readme = "README.md" keywords = [ "yggdrasil", "networking", "crypto", ] license = "AGPL-3.0-only" repository = "https://github.com/jcgruenhage/yggdrasil-keys-rs" [[bench]] name = "key_generation" harness = false [dependencies.ed25519-dalek] version = "2" features = ["rand_core"] [dependencies.hex] version = "0.4" [dependencies.ipnet] version = "2" [dependencies.rand_core] version = "0.6" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8"