# 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 = "embed-rust" version = "0.2.0" description = "A macro that allows to embed a Rust executable." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Abestanis/embed-rust" [lib] proc-macro = true [dependencies.fs2] version = "0.4.3" [dependencies.path-slash] version = "0.2.1" [dependencies.proc-macro2] version = "1.0.56" features = ["span-locations"] [dependencies.quote] version = "1.0.26" [dependencies.sanitize-filename] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "2.0.15"