gitkraft 0.6.0

GitKraft — Git IDE desktop application (Iced GUI)
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 = "gitkraft"
version = "0.6.0"
authors = ["Sorin Irimies <sorinirimies@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitKraft — Git IDE desktop application (Iced GUI)"
readme = "README.md"
keywords = [
    "git",
    "vcs",
    "ide",
    "gui",
]
categories = [
    "gui",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sorinirimies/gitkraft"

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

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

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.gitkraft-core]
version = "0.6.0"

[dependencies.iced]
version = "0.13.1"
features = [
    "advanced",
    "canvas",
]

[dependencies.iced_fonts]
version = "0.1"
features = ["bootstrap"]

[dependencies.rfd]
version = "0.15"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]