# 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 = "kamilata" version = "0.2.0" authors = ["Mubelotix "] description = "A Peer-to-Peer Search Engine System (based on libp2p)" readme = "README.md" keywords = [ "p2p", "search-engine", "distributed-systems", "libp2p", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/Mubelotix/Kamilata" [dependencies.async-trait] version = "0.1" [dependencies.asynchronous-codec] version = "0.6" [dependencies.either] version = "1.8" [dependencies.futures] version = "0.3" [dependencies.libp2p] version = "0.52" features = [ "tokio", "yamux", "noise", ] [dependencies.log] version = "0.4" [dependencies.protocol] version = "3.4" [dependencies.protocol-derive] version = "3.4" [dependencies.tokio] version = "1.29" features = [ "macros", "sync", "time", ] [dependencies.unsigned-varint] version = "0.7" features = [ "codec", "futures", "asynchronous_codec", ] [dev-dependencies.colored] version = "2.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"