# 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 = "dymod" version = "0.4.0" authors = ["Vi "] description = "A macro to allow hotswapping code for a module in debug mode, but statically linking it safely in release mode." readme = "README.md" keywords = [ "linking", "static", "dynamic", "hotswapping", "dylib", ] categories = [ "game-development", "development-tools", ] license = "CC0-1.0" repository = "https://github.com/mistodon/dymod" [features] auto-reload = [] default = [ "auto-reload", "libloading", ] force-dynamic = ["libloading"] force-static = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libloading] version = "0.5" optional = true [badges.travis-ci] branch = "master" repository = "mistodon/dymod"