# 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 = "embd-macros" version = "0.1.4" authors = ["RGBCube"] build = false include = [ "src/**/*.rs", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Read files or directories from the filesystem at runtime on debug, embed on release." readme = "README.md" keywords = [ "embedding", "files", "debug-optimization", "bundling", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/RGBCube/embd-rs" [package.metadata.docs.rs] rustc-args = [ "--cfg", "procmacro2_semver_exempt", ] [lib] name = "embd_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "2"