# 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 = "logic-mesh" version = "0.1.10" authors = ["Radu Racariu "] description = "Control logic engine using event based and reactive blocks written in Rust." readme = "README.md" keywords = [ "logic", "control", "reactive", "wasm", "low-code", ] categories = [ "asynchronous", "wasm", ] license = "BSD-3-Clause" repository = "https://github.com/rracariu/logic-mesh" [profile.release] opt-level = "s" lto = "fat" strip = "symbols" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "^1.0.75" [dependencies.futures] version = "^0.3.29" [dependencies.lazy_static] version = "^1.4.0" [dependencies.libhaystack] version = "^1.0.13" features = [ "value", "zinc", "json", ] default-features = false [dependencies.log] version = "0.4.20" [dependencies.logic_mesh_block_macro] version = "^0.1.5" [dependencies.rand] version = "^0.8.5" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.uuid] version = "^1.6" features = ["v4"] [dev-dependencies.wasm-bindgen-test] version = "^0.3.38" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "^1.34.0" features = [ "rt-multi-thread", "sync", "time", "macros", ] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "^0.1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "^0.3.65" [target."cfg(target_arch = \"wasm32\")".dependencies.serde-wasm-bindgen] version = "^0.6.1" [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "^1.34.0" features = [ "rt", "sync", "time", "macros", ] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "^0.2.88" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-console-logger] version = "^0.1.1" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "^0.4.38"