# 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 = "saf" version = "0.0.3" default-run = "sample_main" description = "Simple Action Framework, to easily run actions that implement a common trait." readme = "README.md" license = "MIT" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.enum_dispatch] version = "0.3.13" [dependencies.json_value_merge] version = "2.0.0" [dependencies.minijinja] version = "2.1.2" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.toml] version = "0.8.19" [dependencies.walkdir] version = "2.3.3" [dev-dependencies.assert_cmd] version = "2.0.16"