# 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 = "power_utils" version = "0.7.1" description = "A collection of shared elements and utilities used by other powerd6 tools" readme = "README.md" keywords = ["powerd6"] license = "MIT" repository = "https://github.com/powerd6/powerd6" resolver = "1" [dependencies.enum-iterator] version = "1.2" [dependencies.fs_extra] version = "1.2" [dependencies.image-base64-wasm] version = "0.6.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.tempfile] version = "3" [dev-dependencies.assert-json-diff] version = "2.0.2"