netsky 0.1.6

netsky CLI: the viable system launcher and subcommand dispatcher
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 = "2024"
name = "netsky"
version = "0.1.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "netsky CLI: the viable system launcher and subcommand dispatcher"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lostmygithubaccount/netsky"
resolver = "2"

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

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

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

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

[dependencies.dirs]
version = "5"

[dependencies.netsky-core]
version = "0.1.5"

[dependencies.netsky-db]
version = "0.1.5"

[dependencies.netsky-io]
version = "0.1.5"

[dependencies.netsky-sh]
version = "0.1.5"

[dependencies.owo-colors]
version = "4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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