code_reload 0.1.3

Library for easy hotreload of Rust code.
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 = "code_reload"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for easy hotreload of Rust code."
homepage = "https://github.com/alordash/code_reload"
readme = "README.md"
license = "MIT"
repository = "https://github.com/alordash/code_reload"

[features]
runtime = ["dep:code_reload_build"]

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

[dependencies.code_reload_build]
version = "0.1.3"
optional = true

[dependencies.code_reload_core]
version = "0.1.3"

[dependencies.code_reload_proc_macro]
version = "0.1.3"