# 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 = "islamic-os-lib" version = "0.1.3" description = "A library for IslamicOS, including a multi-purpose CLI" readme = "README.md" keywords = [ "library", "cli", "islamicos", ] license = "MIT" repository = "https://github.com/Islamic-OS/islamic-os-lib" [[bin]] name = "islamic-cli" path = "src/bin/main.rs" [dependencies.chrono] version = "0.4.22" [dependencies.clearscreen] version = "2.0.1" [dependencies.colored] version = "2.0.0" [dependencies.home] version = "0.5.5" [dependencies.inquire] version = "0.6.1" [dependencies.reqwest] version = "0.11.17" features = ["json"] [dependencies.rusty-leveldb] version = "1.0.6" [dependencies.salah] version = "0.7.0" [dependencies.serde] version = "1.0.160" [dependencies.serde_derive] version = "1.0.160" [dependencies.serde_json] version = "1.0.86" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.toml] version = "0.5.9"