| # 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" |
| name = "rust-embed-impl" |
| version = "6.5.0" |
| authors = ["pyros2097 <[email protected]>"] |
| description = "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev" |
| documentation = "https://docs.rs/rust-embed" |
| readme = "readme.md" |
| keywords = [ |
| "http", |
| "rocket", |
| "static", |
| "web", |
| "server", |
| ] |
| categories = ["web-programming::http-server"] |
| license = "MIT" |
| repository = "https://github.com/pyros2097/rust-embed" |
| |
| [lib] |
| proc-macro = true |
| |
| [dependencies.proc-macro2] |
| version = "1" |
| |
| [dependencies.quote] |
| version = "1" |
| |
| [dependencies.rust-embed-utils] |
| version = "7.5.0" |
| |
| [dependencies.shellexpand] |
| version = "2" |
| optional = true |
| |
| [dependencies.syn] |
| version = "1" |
| features = [ |
| "derive", |
| "parsing", |
| "proc-macro", |
| ] |
| default-features = false |
| |
| [dependencies.walkdir] |
| version = "2.3.1" |
| |
| [features] |
| compression = [] |
| debug-embed = [] |
| include-exclude = ["rust-embed-utils/include-exclude"] |
| interpolate-folder-path = ["shellexpand"] |
| mime-guess = ["rust-embed-utils/mime-guess"] |