# 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 = "reloadify" version = "0.1.2" authors = ["Trayvon Pan "] description = "A library for automatically reloading configuration files" documentation = "https://docs.rs/reloadify/" readme = "README.md" keywords = [ "reload", "watch", "notify", "config", ] categories = [ "config", "filesystem", ] license = "MIT" repository = "https://github.com/trayvonpan/reloadify/" [dependencies.if_chain] version = "1.0" [dependencies.notify] version = "6.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6" optional = true [dependencies.serde_ini] version = "0.2" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" optional = true [features] default = [ "json", "yaml", "toml", "xml", "ini", ] ini = ["dep:serde_ini"] json = ["dep:serde_json"] toml = ["dep:toml"] xml = ["dep:serde-xml-rs"] yaml = ["dep:serde_yaml"]