arbor-gui 1.6.1

Arbor GUI - Impact-first code analysis interface
# 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 = "arbor-gui"
version = "1.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arbor GUI - Impact-first code analysis interface"
readme = false
license = "MIT"

[[bin]]
name = "arbor-gui"
path = "src/main.rs"

[dependencies.arboard]
version = "3.4"

[dependencies.arbor-core]
version = "1.6.1"

[dependencies.arbor-graph]
version = "1.6.1"

[dependencies.arbor-watcher]
version = "1.6.1"

[dependencies.eframe]
version = "0.28"

[dependencies.egui]
version = "0.28"

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

[dependencies.image]
version = "0.25"
features = [
    "jpeg",
    "png",
]

[dependencies.resvg]
version = "0.44"