realm-cli 0.0.24

Sandboxed Docker environments for git repos
# 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 = "realm-cli"
version = "0.0.24"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sandboxed Docker environments for git repos"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yusukeshib/realm"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.self_update]
version = "0.42"
features = ["rustls"]
default-features = false

[dependencies.shell-words]
version = "1"

[dev-dependencies.tempfile]
version = "3"