# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tarmac" version = "0.5.0" authors = ["Lucien Greathouse "] description = "Resource compiler and asset manager for Roblox projects" homepage = "https://github.com/rojo-rbx/tarmac" readme = "README.md" license = "MIT" repository = "https://github.com/rojo-rbx/tarmac" [profile.dev] panic = "abort" [profile.release] panic = "abort" [dependencies.anyhow] version = "1.0.27" [dependencies.backtrace] version = "0.3.46" [dependencies.blake3] version = "0.1.3" [dependencies.env_logger] version = "0.7.0" [dependencies.fs-err] version = "2.3.0" [dependencies.globset] version = "0.4.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.packos] version = "0.1.0" [dependencies.png] version = "0.15.3" [dependencies.regex] version = "1.3.3" [dependencies.reqwest] version = "0.9.20" [dependencies.serde] version = "1.0" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.thiserror] version = "1.0.13" [dependencies.toml] version = "0.5.3" [dependencies.walkdir] version = "2.2.9" [target."cfg(windows)".dependencies.winreg] version = "0.6.2"