# 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.80" name = "pigg" version = "0.5.0" authors = [ "Andrew Mackenzie ", "Sundaram Krishnan ", ] build = false exclude = [ ".cargo", ".git", ".github", ".idea", "assets/", "configs/", "tests/", "wix/", ".gitignore", "codecov.yml", "Makefile", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "piggui" description = "A Graphical User Interface for interacting with local and remote Raspberry Pi and Pi Pico Hardware" homepage = "https://github.com/andrewdavidmackenzie/pigg/" documentation = "https://github.com/andrewdavidmackenzie/pigg/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/andrewdavidmackenzie/pigg/" [package.metadata.cargo-all-features] denylist = ["no_std"] skip_optional_dependencies = true [package.metadata.docs.rs] features = [ "iroh", "tcp", ] rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.wix] eula = false license = false path-guid = "17155407-8DA8-45BD-8C67-91FE4C7E99AA" upgrade-guid = "7DCB054F-6CE0-4914-876E-AEA0C2E91328" [profile.dist] inherits = "release" [profile.release] opt-level = "s" lto = "fat" panic = "abort" strip = "debuginfo" [[bin]] name = "piggui" path = "src/piggui.rs" [[bin]] name = "piglet" path = "src/piglet.rs" [dependencies.anyhow] version = "1" features = ["std"] default-features = false [dependencies.async-std] version = "1.13.0" [dependencies.chrono] version = "0.4" features = [ "now", "serde", ] default-features = false [dependencies.futures] version = "0.3.31" default-features = false [dependencies.heapless] version = "0.8.0" features = ["serde"] default-features = false [dependencies.iced_aw] version = "0.11.0" features = ["menu"] default-features = false [dependencies.iced_futures] version = "0.13.2" default-features = false [dependencies.iroh-net] version = "0.28.1" optional = true default-features = false [dependencies.local-ip-address] version = "0.6.3" optional = true default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.lyon_algorithms] version = "1.0" default-features = false [dependencies.nusb] version = "0.1.11" optional = true default-features = false [dependencies.once_cell] version = "1.20.2" default-features = false [dependencies.plotters] version = "0.3" features = [ "chrono", "line_series", ] default-features = false [dependencies.plotters-iced] version = "0.11.0" default-features = false [dependencies.portpicker] version = "0.1.1" optional = true default-features = false [dependencies.postcard] version = "1.0.10" features = ["alloc"] [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.serde] version = "1.0.215" features = ["derive"] default-features = false [dependencies.serde_arrays] version = "0.1.0" default-features = false [dependencies.serde_json] version = "1.0.133" features = ["std"] default-features = false [dependencies.tokio] version = "1.41.0" features = [ "time", "rt", "macros", ] default-features = false [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "env-filter", ] default-features = false [dependencies.webbrowser] version = "1.0.2" default-features = false [features] default = [ "iroh", "tcp", "usb-raw", "discovery", ] discovery = [] iroh = ["iroh-net"] no_std = [] tcp = [ "portpicker", "local-ip-address", ] usb-raw = ["nusb"] [target.'cfg(any(all(target_arch = "aarch64", target_os = "linux"), target_arch = "arm"))'.dependencies.iced] version = "0.13.1" features = [ "tokio", "tiny-skia", ] default-features = false [target.'cfg(any(all(target_arch = "aarch64", target_os = "linux"), target_arch = "arm"))'.dependencies.libc] version = "0.2.164" [target.'cfg(any(all(target_arch = "aarch64", target_os = "linux"), target_arch = "arm"))'.dependencies.rppal] version = "0.19.0" [target.'cfg(not(any( all(target_arch = "aarch64", target_os = "linux"), target_arch = "arm" )))'.dependencies.iced] version = "0.13.1" features = [ "tokio", "wgpu", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap] version = "4.5.21" features = [ "std", "help", "error-context", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rfd] version = "0.15.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.service-manager] version = "0.7.1" default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.sysinfo] version = "0.32.0" features = ["system"] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.serial_test] version = "3.1.1" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tempfile] version = "3"