robost-editor 0.1.0

Visual scenario editor for Rust RPA — list view, flowchart, and integrated YAML editing
# 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 = "robost-editor"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visual scenario editor for Rust RPA — list view, flowchart, and integrated YAML editing"
readme = false
keywords = [
    "rpa",
    "automation",
    "editor",
    "gui",
    "flowchart",
]
categories = [
    "gui",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/robost"

[[bin]]
name = "robost-editor"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "5"

[dependencies.eframe]
version = "0.33"

[dependencies.egui]
version = "0.33"

[dependencies.egui_commonmark]
version = "0.22"

[dependencies.rfd]
version = "0.15"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.ureq]
version = "2"
features = ["json"]