# 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 = "tejar" version = "0.1.4" authors = [ "Abrar Khan ", "Amit Upadhyay ", ] include = [ "src/**/*.rs", "README.md", "LICENSE", ] description = "Tejar is library crate for archiving the files for Hostn" readme = "README.md" license = "MIT" repository = "https://github.com/FifthTry/hsr" resolver = "1" [dependencies.camino] version = "1.1.2" [dependencies.hex] version = "0.4.3" [dependencies.mime_guess] version = "2.0.4" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = ["full"] [dependencies.walkdir] version = "2.3.2" [dev-dependencies]