# 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.67.1" name = "include_directory" version = "0.1.1" authors = ["Mahdi Sharifi "] description = "Embed the contents of a directory in your binary" documentation = "https://docs.rs/include_directory" readme = "README.md" keywords = [ "assets", "include", "embed", "dir", ] categories = [ "development-tools", "web-programming", "game-engines", ] license = "MIT" repository = "https://github.com/devraymondsh/include_directory" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.glob] version = "0.3.1" optional = true default-features = false [dependencies.include_directory_macros] version = "^0.1.0" [dependencies.mime] version = "0.3.16" default-features = false [dev-dependencies.tempfile] version = "3" [features] default = [] metadata = ["include_directory_macros/metadata"] nightly = ["include_directory_macros/nightly"]