# 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" rust-version = "1.57" name = "millennium-bundler" version = "1.0.0-beta.3" authors = [ "pykeio", "George Burton ", "Tauri Programme within The Commons Conservancy", ] exclude = ["/target"] description = "Wrap Rust executables in OS-specific app bundles for Millennium" homepage = "https://millennium.pyke.io/" readme = "README.md" categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/pykeio/millennium" [lib] name = "millennium_bundler" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.dirs-next] version = "2.0" [dependencies.handlebars] version = "4.2" [dependencies.image] version = "0.24.2" [dependencies.libflate] version = "1.2" [dependencies.log] version = "0.4.17" features = ["kv_unstable"] [dependencies.millennium-utils] version = "1.0.0-beta.3" features = ["resources"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strsim] version = "0.10.0" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.9" [dependencies.walkdir] version = "2" [target."cfg(any(target_os = \"macos\", target_os = \"windows\"))".dependencies.regex] version = "1" [target."cfg(target_os = \"linux\")".dependencies.ar] version = "0.9.0" [target."cfg(target_os = \"linux\")".dependencies.heck] version = "0.4" [target."cfg(target_os = \"linux\")".dependencies.md5] version = "0.7.0" [target."cfg(target_os = \"macos\")".dependencies.icns] version = "0.3" [target."cfg(target_os = \"macos\")".dependencies.plist] version = "1" [target."cfg(target_os = \"macos\")".dependencies.time] version = "0.3" features = ["formatting"] [target."cfg(target_os = \"windows\")".dependencies.attohttpc] version = "0.19" [target."cfg(target_os = \"windows\")".dependencies.bitness] version = "0.4" [target."cfg(target_os = \"windows\")".dependencies.glob] version = "0.3" [target."cfg(target_os = \"windows\")".dependencies.hex] version = "0.4" [target."cfg(target_os = \"windows\")".dependencies.sha2] version = "0.10" [target."cfg(target_os = \"windows\")".dependencies.uuid] version = "1" features = [ "v4", "v5", ] [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "0.10" [target."cfg(target_os = \"windows\")".dependencies.zip] version = "0.6"