# 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 = "eto" version = "0.2.2" description = "A small updater." license = "MIT OR Apache-2.0" repository = "https://github.com/celphase/eto" [dependencies.anyhow] version = "1.0.65" [dependencies.flate2] version = "1.0.25" [dependencies.glob] version = "0.3.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.sha256] version = "1.0.3" [dependencies.tar] version = "0.4.38" [dependencies.tracing] version = "0.1.36" [dependencies.walkdir] version = "2.3.2"