# 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 = "devstuff" version = "0.0.3" authors = ["Mohammad Mustakim Ali "] description = "A collection of development tools" license = "MIT OR Apache-2.0" repository = "https://github.com/mustakimali/devstuff-rs" resolver = "2" [dependencies.anyhow] version = "1.0.55" [dependencies.atty] version = "0.2.14" [dependencies.base64] version = "0.13.0" [dependencies.blake3] version = "1.3.1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.5" features = ["derive"] [dependencies.crypto-hash] version = "0.3.4" [dependencies.minify] version = "1.3.0" [dependencies.serde_json] version = "1.0.79" [dependencies.uuid] version = "0.8.2" features = ["v4"]