# 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" rust-version = "1.64" name = "include_dir" version = "0.7.4" authors = ["Michael Bryan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Embed the contents of a directory in your binary" readme = "README.md" keywords = [ "assets", "include", "embed", "dir", ] categories = [ "development-tools", "web-programming", "game-engines", ] license = "MIT" repository = "https://github.com/Michael-F-Bryan/include_dir" [package.metadata.docs.rs] all-features = true [lib] name = "include_dir" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.glob] version = "0.3" optional = true [dependencies.include_dir_macros] version = "^0.7.4" [dev-dependencies.tempfile] version = "3" [features] default = [] metadata = ["include_dir_macros/metadata"] nightly = ["include_dir_macros/nightly"]