[package] name = "tejar" version = "0.1.4" edition = "2021" description = "Tejar is library crate for archiving the files for Hostn" authors = [ "Abrar Khan ", "Amit Upadhyay ", ] license = "MIT" include = ["src/**/*.rs", "README.md", "LICENSE"] readme = "README.md" repository = "https://github.com/FifthTry/hsr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.38" camino = "1.1.2" tokio = { version = "1", features = ["full"] } sha2 = "0.10.6" hex = "0.4.3" rand = "0.8.5" walkdir = "2.3.2" mime_guess = "2.0.4" [dev-dependencies]