# 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" rust-version = "1.63" name = "minijinja-autoreload" version = "2.5.0" authors = ["Armin Ronacher "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "auto reload support for MiniJinja" homepage = "https://github.com/mitsuhiko/minijinja" readme = "README.md" keywords = [ "jinja", "jinja2", "templates", "autoreload", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/minijinja" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "doc-header.html", ] [lib] name = "minijinja_autoreload" path = "src/lib.rs" [dependencies.minijinja] version = "2.5.0" default-features = false [dependencies.notify] version = ">=5.0.0,<8.0.0" features = ["macos_fsevent"] optional = true default-features = false [dev-dependencies.minijinja] version = "2.5.0" features = ["loader"] [features] default = ["watch-fs"] watch-fs = ["notify"]