# 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 = "trillium-include-dir" version = "0.1.1" authors = ["Michael Bryan "] description = "temporary fork of the include_dir crate for use in trillium.rs" readme = "../README.md" keywords = ["assets", "include", "embed", "dir"] categories = ["development-tools", "web-programming"] license = "MIT" repository = "https://github.com/jbr/include_dir" [package.metadata.docs.rs] all-features = true [dependencies.glob] version = "0.3.0" optional = true [dependencies.trillium-include-dir-impl] version = "=0.1.1" [dev-dependencies.tempdir] version = "0.3.7" [features] default = ["search"] example-output = [] search = ["glob"]