mc2 0.3.0

Provides user configured development environments using docker. Rust replacement for https://github.com/ooxi/mini-cross
# 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 = "mc2"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides user configured development environments using docker. Rust replacement for https://github.com/ooxi/mini-cross"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/nicolube/mc2"

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

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

[dependencies.derive_more]
version = "2.1.1"
features = [
    "error",
    "display",
    "from",
]

[dependencies.hex]
version = "0.4.3"

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

[dependencies.serde_with]
version = "3.16.1"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10.9"

[dependencies.users]
version = "0.11.0"