oseda-cli 2.3.3

OSEDA project scaffolding
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 = "oseda-cli"
version = "2.3.3"
authors = ["Reese Hatfield github.com/ReeseHatfield"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OSEDA project scaffolding"
homepage = "https://oseda.net"
readme = "README.md"
license = "MIT"
repository = "https://github.com/oseda-dev/oseda-cli"

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

[[bin]]
name = "oseda"
path = "src/bin/oseda.rs"

[[bin]]
name = "oseda-usage"
path = "src/bin/oseda-usage.rs"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

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

[dependencies.clap-markdown]
version = "0.1.5"

[dependencies.ctrlc]
version = "3.4.7"

[dependencies.inquire]
version = "0.7.5"

[dependencies.open]
version = "5.3.3"

[dependencies.reqwest]
version = "0.12.20"
features = ["blocking"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.tempfile]
version = "3.20.0"