# 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-blob" version = "1.0.0" description = "Include large binary files in an application without incurring the compile time cost" readme = "README.md" keywords = [ "include", "binary", "bytes", "file", ] license = "0BSD" repository = "https://github.com/SludgePhD/include-blob" [dependencies.ar_archive_writer] version = "0.3.0" [dependencies.include-blob-macros] version = "=1.0.0" [dependencies.object] version = "0.35.0" features = ["write"] default-features = false