# 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" rust-version = "1.60.0" name = "event-trigger-action-system" version = "0.7.6" description = "A system that triggers actions based on events with user-programmable triggers" license = "BSD-2-Clause" repository = "https://github.com/ISibboI/event-trigger-action-system-rs" resolver = "2" [dependencies.btreemultimap-value-ord] version = "0.4.0" [dependencies.serde] version = "1.0.144" features = ["derive"] optional = true [features] serde = [ "btreemultimap-value-ord/serde", "dep:serde", ]