# 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 = "utils-cli" version = "1.1.1" authors = ["adeoye adefemi "] description = "a compilation of utility scripts for every day use in building applications and using certain features on my laptop" readme = "README.md" license = "Apache-2.0" [[bin]] name = "utils" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.assert_cmd] version = "2.0.12" [dependencies.bcrypt] version = "0.15.1" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.configparser] version = "3.0.4" [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.10.4" features = [ "fuzzy-select", "completion", ] [dependencies.dirs] version = "5.0.1" [dependencies.include_dir] version = "0.7.3" [dependencies.indicatif] version = "0.17.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.online] version = "4.0.2" [dependencies.sea-orm] version = "0.12" features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros", "with-uuid", "with-time", ] [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.20.0" features = [ "macros", "rt-multi-thread", ] [dependencies.utils-cli-entity] version = "1.0.5" [dependencies.utils-cli-migration] version = "1.0.0" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ]