# 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 = "iftree" version = "1.0.5" authors = ["Benjamin Fischer "] description = "Include many files in your Rust code for self-contained binaries" homepage = "https://github.com/evolutics/iftree" readme = "README.md" keywords = [ "include", "directory", "folder", "file", "embed", ] categories = [ "filesystem", "web-programming", ] license = "MIT" repository = "https://github.com/evolutics/iftree" [lib] proc-macro = true [dependencies.ignore] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syn] version = "2.0" features = [ "default", "extra-traits", ] [dependencies.toml] version = "0.8" [dependencies.unicode-xid] version = "0.2" [dev-dependencies.actix-web] version = "4.5" [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [dev-dependencies.handlebars] version = "5.1" [dev-dependencies.include-flate] version = "0.3" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.mime_guess] version = "2.0" [dev-dependencies.once_cell] version = "1.19" [dev-dependencies.regex] version = "1.10" [dev-dependencies.rocket] version = "0.5.0" [dev-dependencies.sha2] version = "0.10" [dev-dependencies.tempfile] version = "3.10" [dev-dependencies.tide] version = "0.16" [dev-dependencies.tokio] version = "1.36" features = ["full"] [dev-dependencies.warp] version = "0.3"