# 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 = "godrays" version = "0.1.0" authors = ["Theo M. Bulut "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Peer Discovery library for Cluster Formation" homepage = "https://github.com/Jet-Engine/godrays" documentation = "https://docs.rs/godrays" readme = "README.md" keywords = [ "mdns", "kad", "k8s", "dns", "discovery", ] license = "Apache-2.0/MIT" repository = "https://github.com/Jet-Engine/godrays" [lib] name = "godrays" path = "src/lib.rs" [[bin]] name = "grays" path = "src/bin/grays.rs" [dependencies.async-broadcast] version = "0.7" [dependencies.async-std] version = "1.13" [dependencies.crossbeam-skiplist] version = "0.1" [dependencies.env_logger] version = "0.11" [dependencies.libp2p] version = "0.54" features = [ "async-std", "mdns", "dns", "tcp", "serde", "noise", "yamux", ] [dependencies.local-ip-address] version = "0.6" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0"