# 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 = "rustupolis_server" version = "0.0.10" description = "A library for using space tuples in fog computing" readme = "README.md" keywords = [ "tuple-space", "concurrent", "distributed", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/Maxbever/LIF_Server" resolver = "2" [lib] name = "rustupolis_server" path = "src/lib.rs" test = true doctest = true [[example]] name = "multiple_server" path = "examples/multiple_server/main.rs" [[example]] name = "client" path = "examples/client/main.rs" [[test]] name = "test_server" path = "tests/test_server.rs" [dependencies.aes-gcm] version = "0.9.4" [dependencies.crossbeam] version = "0.8" [dependencies.error-chain] version = "0.12.2" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.mio] version = "0.8" features = [ "net", "os-poll", ] [dependencies.rustupolis] version = "0.0.2" [features] default = [] net = [] os-poll = []