# 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 = "bellande_mesh_sync" version = "0.0.2" authors = ["Ronaldson Bellande "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Advanced peer-to-peer data synchronization system for distributed applications" documentation = "https://bellande-architecture-mechanism-research-innovation-center.org/bellande_mesh_sync/docs" readme = "README.md" keywords = [ "synchronization", "distributed-systems", "mesh-network", "bellande_mesh_sync", ] categories = [ "network-programming", "asynchronous", ] license = "GPL-3.0-or-later" repository = "https://github.com/Architecture-Mechanism/bellande_mesh_sync" [lib] name = "bellande_mesh_sync" path = "src/bellande_mesh_sync.rs" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-rustls] version = "0.24" features = [ "http1", "http2", ] [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-rustls] version = "0.24" [dependencies.tokio-util] version = "0.7" features = ["full"]