# 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 = "intersession-layer-messaging" version = "0.2.1" authors = ["Thomas Braun"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A metastable messenger that allows reliability between peers when peers go offline, are unreliable, and facing intermittent network conditions between sessions" homepage = "https://avarok.net" readme = "README.md" keywords = [ "messaging", "networking", "reliability", "intermittent", "peer", ] categories = [ "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/tbraun96/intersession-layer-messaging" [lib] name = "intersession_layer_messaging" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" default-features = false [dependencies.auto_impl] version = "1.2.0" default-features = false [dependencies.bincode2] version = "2.0.1" default-features = false [dependencies.citadel_logging] version = "0.8.0" default-features = false [dependencies.dashmap] version = "6.1.0" features = ["serde"] default-features = false [dependencies.futures] version = "0.3.28" features = ["alloc"] default-features = false [dependencies.itertools] version = "0.13.0" features = ["use_std"] default-features = false [dependencies.log] version = "0.4.21" default-features = false [dependencies.num] version = "0.4.1" default-features = false [dependencies.serde] version = "1.0.104" features = ["derive"] default-features = false [dependencies.tokio] version = "1.28.1" features = [ "sync", "rt", "time", "macros", ] default-features = false [dependencies.uuid] version = "1.8.0" features = ["v4"] default-features = false [dev-dependencies.tokio] version = "1.28.1" features = ["rt-multi-thread"] default-features = false [features] testing = []