hotload 1.2.0

Zero cost hot update dynamic library; supporting DLL, SO
Documentation
# 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 = "2024"
name = "hotload"
version = "1.2.0"
authors = ["guoyu <guoyumail@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero cost hot update dynamic library; supporting DLL, SO"
readme = "README.md"
keywords = [
    "dlopen",
    "dylib",
    "dll",
    "so",
    "hotupdate",
]
license = "MIT"

[lib]
name = "hotload"
path = "src/lib.rs"

[dependencies.dlopen2]
version = "0.8"

[dependencies.fast-able]
version = "1"

[dependencies.hotload_macro]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "8.2"

[dev-dependencies.env_logger]
version = "0.11"