# 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 = "cargo-packager" version = "0.11.2" authors = [ "CrabNebula Ltd.", "Tauri Programme within The Commons Conservancy", "George Burton ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Executable packager and bundler distributed as a CLI and library." readme = "README.md" keywords = [ "bundle", "package", "cargo", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools::cargo-plugins", "development-tools::build-utils", "os", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/crabnebula-dev/cargo-packager" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "doc_cfg", ] targets = [ "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", ] [lib] name = "cargo_packager" path = "src/lib.rs" [[bin]] name = "cargo-packager" path = "src/bin/cargo-packager.rs" required-features = ["cli"] [dependencies.base64] version = "0.22" [dependencies.cargo-packager-utils] version = "0.1.1" features = ["serde"] [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] optional = true [dependencies.dirs] version = "5.0" [dependencies.dunce] version = "1" [dependencies.flate2] version = "1.0" [dependencies.glob] version = "0.3" [dependencies.handlebars] version = "5.1" [dependencies.hex] version = "0.4" [dependencies.icns] version = "0.1" package = "tauri-icns" [dependencies.image] version = "0.25" [dependencies.minisign] version = "0.7" [dependencies.native-tls] version = "0.2" optional = true [dependencies.os_pipe] version = "1" [dependencies.plist] version = "1" [dependencies.relative-path] version = "1.9" [dependencies.schemars] version = "0.8" features = [ "url", "preserve_order", "derive", ] optional = true [dependencies.semver] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.strsim] version = "0.11" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = ["formatting"] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] optional = true [dependencies.ureq] version = "2.10" default-features = false [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [features] clap = [ "dep:clap", "cargo-packager-utils/clap", ] cli = [ "clap", "dep:tracing-subscriber", ] default = [ "cli", "rustls-tls", ] native-tls = ["ureq/native-tls"] native-tls-vendored = [ "native-tls", "native-tls/vendored", ] rustls-tls = ["ureq/tls"] schema = [ "schemars", "cargo-packager-utils/schema", ] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.ar] version = "0.9" [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.heck] version = "0.5" [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.image] version = "0.25" [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.md5] version = "0.7" [target.'cfg(target_os = "windows")'.dependencies.once_cell] version = "1.19" [target.'cfg(target_os = "windows")'.dependencies.regex] version = "1.10" [target.'cfg(target_os = "windows")'.dependencies.uuid] version = "1" features = [ "v4", "v5", ] [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.52" features = [ "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", ] [target.'cfg(target_os = "windows")'.dependencies.winreg] version = "0.52" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(doc_cfg)"]