# 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 = "yotei" version = "0.1.1" authors = ["xqtc"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Distributed computing with abstract data" readme = "README.md" license = "BSD-3-Clause" repository = "https://git.heroin.trade/xqtc/yotei" [[bin]] name = "head-node" path = "src/head.rs" [[bin]] name = "worker-node" path = "src/worker.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3.3" [dependencies.bson] version = "2.11.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colorful] version = "0.3.2" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.lz4_flex] version = "0.11.3" [dependencies.pretty_env_logger] version = "0.5" [dependencies.prost] version = "0.13.2" [dependencies.prost-types] version = "0.13.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.19" [dependencies.tonic] version = "0.12.2" [dependencies.tonic-reflection] version = "0.12.2" [dependencies.uuid] version = "1.10" [build-dependencies.tonic-build] version = "0.12.2"