# 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 = "cuddlyfs" version = "0.1.2" authors = ["Niraj Kumar"] build = "build.rs" exclude = [ ".github/*", "Dockerfile.*", "compose.yaml", "README.Docker.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A distributed file system with a cuddly API" readme = "README.md" keywords = [ "distributed", "file", "system", "cuddly", "cuddlyfs", ] categories = [ "filesystem", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/niraj-kumar-r/cuddlyFS" [lib] name = "cuddlyfs" path = "src/lib.rs" [[bin]] name = "cuddly_client" path = "src/bin/cuddly_client.rs" [[bin]] name = "datanode" path = "src/bin/datanode.rs" [[bin]] name = "namenode" path = "src/bin/namenode.rs" [dependencies.bytes] version = "1.7.2" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.21" features = [ "cargo", "derive", ] [dependencies.config] version = "0.14.0" [dependencies.env_logger] version = "0.11.5" [dependencies.hostname] version = "0.4.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.local-ip-address] version = "0.6.3" [dependencies.log] version = "0.4.22" [dependencies.lru] version = "0.12.5" [dependencies.prost] version = "0.13.3" [dependencies.prost-types] version = "0.13.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" features = ["full"] [dependencies.tokio-util] version = "0.7.12" [dependencies.tonic] version = "0.12.3" [dependencies.uuid] version = "1.11.0" features = [ "v4", "serde", ] [build-dependencies.tonic-build] version = "0.12.3"