# 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 = "pakka-gui" version = "0.0.5" authors = ["Ragnar Kruse <46799551+kruserr@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross platform meta package manager with auto snapshotting file system based transactions" homepage = "https://github.com/kruserr/pakka" documentation = "https://github.com/kruserr/pakka/tree/master/docs/README.md" readme = "README.md" keywords = [ "cli", "terminal", "utility", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/kruserr/pakka" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "pakka-gui" path = "src/main.rs" [dependencies.iced] version = "0.13" features = ["tokio"] [dependencies.pakka] version = "0" [dependencies.tokio] version = "1" features = ["full"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tracing-subscriber] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = ["Window"] [lints.clippy] implicit_saturating_sub = "allow" needless_return = "allow" single_component_path_imports = "allow" [lints.rust] unused_imports = "allow" unused_parens = "allow"