# 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 = "fsc" version = "0.3.1" authors = ["luyi "] description = "file store client." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/luyikk/file-store-client" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.blake3] version = "1.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.env_logger] version = "0.10" [dependencies.hex] version = "0.4" [dependencies.humansize] version = "2.1" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.netxclient] version = "2" features = [ "use_rustls", "dserde", ] [dependencies.rustls-pemfile] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.24" [dependencies.toml] version = "0.8"