# 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 = "makina" version = "0.0.2" exclude = [ ".github/", ".vscode/", "Examples/", "Scripts/", ".editorconfig", ".gitattributes", "Bootstrap.ps1", "Bootstrap.sh", ] publish = true description = "Embedded Virtual Machine" readme = "README.md" license = "MIT" repository = "https://github.com/TribuFu/Makina" resolver = "2" [lib] name = "Makina" crate-type = [ "cdylib", "staticlib", "rlib", ] path = "Source/lib.rs" [[example]] name = "Builder" path = "Examples/Builder.rs" [[example]] name = "Executor" path = "Examples/Executor.rs" [dependencies.serde] version = "1.0" features = ["derive"]