# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "warmy" version = "0.13.0" authors = ["Dimitri Sabadie "] description = "Hot-reloading loadable and reloadable resources" homepage = "https://github.com/phaazon/warmy" documentation = "https://docs.rs/warmy" readme = "README.md" keywords = ["hot-reloading", "resources"] categories = ["caching", "filesystem"] license = "BSD-3-Clause" repository = "https://github.com/phaazon/warmy" [package.metadata.docs.rs] features = ["json", "ron-impl", "toml-impl"] [[example]] name = "toml" required-features = ["toml-impl"] [dependencies.any-cache] version = "0.2" [dependencies.notify] version = "4.0.3" [dependencies.ron] version = "0.5" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.toml] version = "0.5.1" optional = true [dev-dependencies.tempfile] version = "3" [features] arc = [] default = ["json"] json = ["serde", "serde_json"] ron-impl = ["serde", "ron"] toml-impl = ["serde", "toml"] [badges.is-it-maintained-issue-resolution] repository = "phaazon/warmy" [badges.is-it-maintained-open-issues] repository = "phaazon/warmy" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "phaazon/warmy"