# 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 = "packer" version = "0.5.7" authors = ["Michael Zhang ", "Nathan Ringo "] exclude = ["static/*", "tests/*"] description = "Pack static files into your binary at compile time" documentation = "https://docs.rs/packer" readme = "README.md" license = "MIT" repository = "https://git.sr.ht/~mzhang/packer" resolver = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.packer_derive] version = "0.5.6" [dependencies.phf] version = "0.10.1" features = ["macros"] [dev-dependencies.sha2] version = "0.10.1" [features] always_pack = ["packer_derive/always_pack"] default = ["ignore"] ignore = ["packer_derive/ignore"]