# 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 = "eludris" version = "0.3.3" description = "A simple CLI to help you manage your Eludris instance" homepage = "https://github.com/eludris/eludris" documentation = "https://eludevs.pages.dev" readme = "README.md" keywords = ["eludris"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/eludris/eludris" resolver = "1" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.dialoguer] version = "0.10.3" [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17.3" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-rustls", "macros", "mysql", "offline", ] [dependencies.todel] version = "0.3.2" features = ["logic"] [dependencies.tokio] version = "1.24.2" features = [ "rt-multi-thread", "macros", "process", ] [dependencies.toml] version = "0.7.4"