# 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 = "rhai-memflow" version = "0.1.2" authors = ["Dan Killinger "] description = "Rhai package for memflow" readme = "README.md" keywords = [ "memflow", "rhai", ] license = "MIT" repository = "https://github.com/dankope/rhai-memflow/" [dependencies.cglue] version = "0.2" [dependencies.memflow] version = "^0.2.0-beta" features = [ "plugins", "dummy_mem", ] [dependencies.rhai] version = "1.9" features = ["internals"] [dependencies.widestring] version = "1.0" [dev-dependencies.clap] version = "3.2"