# 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 = "EasyDist" version = "0.2.0" authors = ["ChaicBlack"] description = "A non-blocking IO and easy-to-use Rust crate for constructing simple distributed preject. The crate contains several building blocks that can be use to construct a distributed system program." readme = "README.md" license = "MIT" [lib] name = "EasyDist" path = "src/lib.rs" [[example]] name = "ping" path = "example/ping.rs" [[example]] name = "pong" path = "example/pong.rs" [dependencies.aes] version = "0.8.4" [dependencies.async-trait] version = "0.1.81" [dependencies.atoi] version = "2.0.0" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.6.0" [dependencies.crc32c] version = "0.6.8" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.ctr] version = "0.9.2" [dependencies.dashmap] version = "6.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.fs4] version = "0.9.1" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4.21" [dependencies.memmap2] version = "0.9.4" [dependencies.num-bigint] version = "0.4.6" [dependencies.openssl] version = "0.10.66" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.6" features = ["serde"] [dependencies.rustix] version = "0" features = ["fs"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" features = ["oid"] [dependencies.simplelog] version = "0.12.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7.11" features = ["codec"] [dependencies.tracing] version = "0.1.40"