iris-hub 1.0.0

Iris - Mensageira dos Devs. Hub para conectar e executar aplicações com comandos personalizados.
Documentation
# 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 = "iris-hub"
version = "1.0.0"
authors = ["Leonardo M. Silva <leonardo-matheus@github.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Iris - Mensageira dos Devs. Hub para conectar e executar aplicações com comandos personalizados."
homepage = "https://github.com/leonardo-matheus/iris"
readme = "README.md"
keywords = [
    "cli",
    "hub",
    "launcher",
    "developer-tools",
    "gui",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "gui",
]
license = "MIT"
repository = "https://github.com/leonardo-matheus/iris"

[lib]
name = "iris_hub"
path = "src/lib.rs"

[[bin]]
name = "iris"
path = "src/main.rs"

[dependencies.dirs]
version = "5.0"

[dependencies.eframe]
version = "0.28"

[dependencies.egui]
version = "0.28"

[dependencies.egui_extras]
version = "0.28"
features = ["image"]

[dependencies.image]
version = "0.25"

[dependencies.resvg]
version = "0.45"

[dependencies.rfd]
version = "0.14"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
strip = true