# 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 = "peace_cmd_model" version = "0.0.13" authors = ["Azriel Hoh "] description = "Data types for commands for the Peace framework." homepage = "https://peace.mk" documentation = "https://docs.rs/peace_cmd_model/" readme = "README.md" keywords = ["automation"] categories = [ "asynchronous", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/peace" [lib] test = false doctest = false [dependencies.fn_graph] version = "0.12.0" features = [ "async", "interruptible", "resman", ] [dependencies.futures] version = "0.3.30" [dependencies.indexmap] version = "2.1.0" [dependencies.miette] version = "5.10.0" features = ["fancy"] optional = true [dependencies.peace_cfg] version = "0.0.13" [dependencies.thiserror] version = "1.0.56" [dependencies.tynm] version = "0.1.9" [features] default = [] error_reporting = ["dep:miette"]