# 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 = "blobc" version = "0.0.1" authors = ["Wilson Lin "] description = "CLI for blobd" homepage = "https://github.com/wilsonzlin/blobd" license = "Apache-2.0" repository = "https://github.com/wilsonzlin/blobd.git" resolver = "1" [dependencies.blobd-client-rs] version = "0.0.1" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.data-encoding] version = "2.3.3" [dependencies.dirs] version = "5.0.0" [dependencies.futures] version = "0.3.27" [dependencies.indicatif] version = "0.17.3" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.tokio] version = "1.26.0" features = [ "macros", "fs", "rt", "rt-multi-thread", ] [dependencies.tokio-sync-read-stream] version = "0.1.0" [dependencies.toml] version = "0.7.3" [dependencies.walkdir] version = "2.3.3"