# 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 = "darth-tools" version = "0.1.2" authors = ["Pas2Rust "] description = "Darth tools" homepage = "https://github.com/pas2rust/darth-tools" readme = "README.md" license = "MIT" repository = "https://github.com/pas2rust/darth-tools" [package.metadata.docs.rs] logo-url = "https://i.imgur.com/svdzGva.jpg" [package.metadata.scripts] clean = "cargo clean && rm -rf target && rm -rf dist" deploy = "cargo fmt && cargo clippy && cargo package && cargo publish" dev = "cargo fmt && cargo clippy && cargo run" test = "cargo fmt && cargo clippy && cargo test" [dependencies.argon2] version = "0.5.2" [dependencies.async-trait] version = "0.1.75" [dependencies.bcrypt] version = "0.15.0" [dependencies.chrono] version = "0.4.31" [dependencies.colorful] version = "0.2.2" [dependencies.darth-rust] version = "0.4.0" [dependencies.dotenv] version = "0.15.0" [dependencies.itertools] version = "0.12.0" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.lettre] version = "0.11.2" [dependencies.mongodb] version = "2.8.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", ]