# 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-dylib" version = "0.4.0" authors = [ "Lucas Tabis", "Stephen Chung", ] include = [ "/src/**/*", "/Cargo.toml", "/README.md", "LICENSE*", ] description = "Dylib support for Rhai" homepage = "https://rhai.rs/rhaiscript/rhai-dylib" documentation = "https://docs.rs/rhai-dylib/" readme = "README.md" keywords = [ "scripting", "scripting-engine", "scripting-language", "embedded", "plugins", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/rhaiscript/rhai-dylib" resolver = "2" [[example]] name = "dynamic_library" crate-type = ["cdylib"] path = "examples/dynamic_library/lib.rs" [[example]] name = "loader" path = "examples/loader/main.rs" [[example]] name = "module_resolver" path = "examples/module_resolver/main.rs" [dependencies.libloading] version = "0.8" optional = true [dependencies.rhai] version = "1.19" features = ["internals"] [features] default = ["libloading"] libloading = ["dep:libloading"] sync = ["rhai/sync"]