# 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 = "jude" version = "0.1.2" authors = ["solomatovs "] description = "dynamic reloading of shared libraries" homepage = "https://github.com/solomatovs/jude" documentation = "https://github.com/solomatovs/jude" readme = "README.md" keywords = [ "jude", "dynamic", "plugins", "reload", "sharedlibrary", ] license = "Apache-2.0" repository = "https://github.com/solomatovs/jude" [[example]] name = "jude_plugin" crate-type = ["cdylib"] path = "examples/jude_plugin.rs" [[example]] name = "jude_plugin_app" crate-type = ["bin"] path = "examples/jude_plugin_app.rs" [[example]] name = "impl_all_func_and_fields" crate-type = ["bin"] path = "examples/impl_all_func_and_fields.rs" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libloading] version = "0.8.*"