# 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 = "hot-lib-reloader" version = "0.7.0" exclude = [ ".dir-locals.el", "DEV.org", "doc/*", ] description = "Utility to reload libraries on change. For faster feedback cycles." homepage = "https://github.com/rksm/hot-lib-reloader-rs" readme = "README.md" keywords = [ "hot-reloading", "hot-reload", "autoreload", "live-programming", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/rksm/hot-lib-reloader-rs" [dependencies.crc32fast] version = "1.3.2" [dependencies.hot-lib-reloader-macro] version = "^0.7.0" [dependencies.libloading] version = "^0.8" [dependencies.log] version = "^0.4" [dependencies.notify] version = "^6" [dependencies.notify-debouncer-full] version = "0.3.1" [dependencies.thiserror] version = "1.0.32" [dependencies.uuid] version = "1.4.1" features = ["v4"] optional = true [dev-dependencies.env_logger] version = "^0.10" [features] default = [] uuid = ["dep:uuid"] verbose = []