# 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 = "include_data_uri" version = "0.1.3" authors = ["Steven vanZyl "] exclude = ["src/test_cases"] description = "include a file as a data uri" readme = "README.md" keywords = [ "proc-macro", "base64", "data-uri", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/rushsteve1/include_data_uri" [lib] proc-macro = true [dependencies.anyhow] version = "^1.0" [dependencies.base64] version = "^0.21" [dependencies.mime_guess] version = "^2.0" [dependencies.quote] version = "^1.0" [dependencies.syn] version = "^2.0" [lints.clippy] enum_glob_use = "deny" expect_used = "deny" indexing_slicing = "forbid" invalid_regex = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] future_incompatible = "forbid" unsafe_code = "forbid"