# 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-bytes-plus" version = "1.1.0" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Improved include_bytes! allowing to reinterpret input differently" documentation = "https://docs.rs/include-bytes-plus/" readme = "README.md" keywords = [ "file", "compile-time", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/include-bytes-plus" [profile.dev] opt-level = 3 [lib] proc-macro = true