# 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 = "2018" name = "actix-telepathy" version = "0.6.1" authors = ["wenig "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cluster extension for the actix actor framework" readme = "README.md" keywords = [ "actor", "distributed", "decentralized", "network", "actix", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/wenig/actix-telepathy/" [lib] name = "actix_telepathy" path = "src/lib.rs" [dependencies.actix] version = "=0.13.5" [dependencies.actix-broker] version = "0.4.3" [dependencies.actix_telepathy_derive] version = "0.3.4" optional = true [dependencies.byteorder] version = "1.3" [dependencies.bytes] version = "1" [dependencies.derive_more] version = "0.99" [dependencies.env_logger] version = "0.11" [dependencies.flexbuffers] version = "2.0.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.15.4" features = ["serde"] optional = true [dependencies.once_cell] version = "1.5.2" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1.33" features = [ "io-util", "sync", ] [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.trust-dns-proto] version = "0.23.1" features = ["tokio-runtime"] default-features = false [dependencies.trust-dns-resolver] version = "0.23.1" features = [ "tokio-runtime", "system-config", ] default-features = false [dependencies.uuid] version = "1.0" features = [ "v4", "serde", ] [dev-dependencies.actix-rt] version = "2.9.0" [dev-dependencies.futures-sink] version = "0.3.21" [dev-dependencies.port_scanner] version = "0.1.5" [dev-dependencies.rayon] version = "1.5.0" [dev-dependencies.testing_logger] version = "0.1.1" [features] default = ["derive"] derive = ["actix_telepathy_derive"]