runandlog 0.3.1

CLI / TUI that runs the shell commands in a Markdown file and writes the results back
# 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 = "2024"
name = "runandlog"
version = "0.3.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI / TUI that runs the shell commands in a Markdown file and writes the results back"
readme = false
license = "MIT"
repository = "https://github.com/cyberneura/runandlog"

[features]
default = ["gui"]
gui = [
    "dep:tauri",
    "dep:tauri-build",
    "dep:serde",
    "dep:serde_json",
]

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

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

[[test]]
name = "write_back"
path = "tests/write_back.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ratatui]
version = "0.29"

[dependencies.runandlog-core]
version = "0.3.1"

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.tauri]
version = "2"
optional = true

[build-dependencies.tauri-build]
version = "2"
features = []
optional = true

[target."cfg(unix)".dependencies.libc]
version = "0.2"