# 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 = "cargo-auto" version = "2024.504.1814" authors = ["bestia.dev"] include = [ "Cargo.toml", "LICENSE", "README.md", "src/*", ] publish = true description = "Automation tasks coded in Rust language for the workflow of Rust projects" homepage = "https://bestia.dev" readme = "README.md" keywords = [ "maintained", "ready-for-use", "rustlang", "automation", "workflow", ] categories = [ "command-line-interface", "development-tools::build-utils", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/automation-tasks-rs/cargo-auto" [lib] name = "cargo_auto_local_lib" path = "src/lib.rs" doc = true [[bin]] name = "cargo-auto" path = "src/bin/cargo-auto/main.rs" doc = true [dependencies.anyhow] version = "^1.0.79" [dependencies.base64ct] version = "^1.6.0" features = ["alloc"] [dependencies.data-encoding] version = "^2.5.0" [dependencies.flate2] version = "^1.0.30" [dependencies.ico] version = "^0.3.0" [dependencies.image] version = "^0.24.8" [dependencies.json5] version = "^0.4.1" [dependencies.lazy_static] version = "^1.4.0" [dependencies.reqwest] version = "^0.12.3" features = ["blocking"] [dependencies.ring] version = "^0.17.7" [dependencies.serde] version = "^1.0.196" features = ["derive"] [dependencies.serde_derive] version = "^1.0.196" [dependencies.serde_json] version = "^1.0.113" [dependencies.tar] version = "^0.4.40" [dependencies.walkdir] version = "^2.5.0"