miniximg-cli 1.1.0

Command-line tool for building, inspecting, editing, and interactively exploring Minix v1 filesystem images
# 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 = "miniximg-cli"
version = "1.1.0"
authors = ["Poseidon <18646154381@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for building, inspecting, editing, and interactively exploring Minix v1 filesystem images"
homepage = "https://github.com/Poseidon-fan/linux-0.11-rs/tree/master/miniximg/miniximg-cli"
documentation = "https://docs.rs/miniximg-cli"
readme = "README.md"
keywords = [
    "minix",
    "filesystem",
    "disk-image",
    "cli",
    "linux-0-11",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Poseidon-fan/linux-0.11-rs"

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

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

[dependencies.miniximg]
version = "1.1.0"

[dependencies.miniximg-shell]
version = "1.1.0"

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

[dependencies.toml]
version = "0.9.8"