# 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 = "rush_wasm_engine" version = "0.1.0" authors = ["Teshin <1443965173@qq.com>"] description = "The rules engine is based on the rete algorithm" keywords = ["rush"] license = "MIT" repository = "https://github.com/woshihaoren4/rush" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.async-channel] version = "1.9.0" [dependencies.async-trait] version = "0.1.73" [dependencies.rush_core] version = "0.1" optional = true [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32.0" features = ["sync"] [dependencies.wasmer] version = "4.1.1" [dependencies.wd_tools] version = "0.8.12" features = [ "point-free", "sync", ] [features] rule-flow = ["rush_core"]