# 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 = "2018" name = "reload_config" version = "0.1.5" authors = ["Taylan Dogan "] description = "A small library for hot reloading configuration files without restarting the process." homepage = "https://github.com/kondanta/reload_config" documentation = "https://docs.rs/reload_config" readme = "README.md" keywords = ["reload", "config"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/kondanta/reload_config" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1" [dependencies.crossbeam-channel] version = "0.5" [dependencies.notify] version = "5.0.0-pre.12" [dependencies.tracing] version = "0.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.8"