# 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 = "goxoy_litep2p" version = "0.0.1" authors = ["Omer GOKSOY "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Goxoy Lite P2P Library" readme = "README.md" keywords = [ "p2p", "peer-2-peer2", "lite-p2p", ] license = "MIT" repository = "https://github.com/Goxoy/goxoy_litep2p/" [lib] name = "goxoy_litep2p" path = "src/lib.rs" [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.md5] version = "0.7.0" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_derive] version = "1.0.158" [dependencies.serde_json] version = "1.0"