# 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 = "staticfilemap" version = "0.8.0" authors = ["Christian Sdunek "] build = false include = [ "Cargo.toml", "src/**/*", "tests/**/*", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macro to embed files during compilation with optional compression" readme = "README.md" keywords = [ "include", "embed", "assets", "compression", "zstd", ] categories = [ "filesystem", "compression", "no-std", "development-tools::build-utils", ] license-file = "LICENSE" repository = "https://github.com/Systemcluster/staticfilemap" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "staticfilemap" path = "src/lib.rs" proc-macro = true [[test]] name = "tests" path = "tests/tests.rs" [dependencies.minilz4] version = "^0.6" optional = true [dependencies.quote] version = "^1" [dependencies.syn] version = "^2" features = ["parsing"] [dependencies.zstd] version = "^0.13" features = [] optional = true default-features = false [features] default = ["zstd"] lz4 = ["dep:minilz4"] multithread = ["zstd?/zstdmt"] zstd = ["dep:zstd"]