# 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_core" version = "0.1.1" authors = ["Teshin <1443965173@qq.com>"] description = "The rules engine is based on the rete algorithm" readme = "README.md" keywords = ["rush"] license = "MIT" repository = "https://github.com/woshihaoren4/rush" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.wd_tools] version = "0.8.12" features = [ "point-free", "sync", ]