ferrosys-cli 0.1.0

Command-line ext2/3/4 formatter, inspector, and extractor built on ferrosys
# 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"
rust-version = "1.88"
name = "ferrosys-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line ext2/3/4 formatter, inspector, and extractor built on ferrosys"
documentation = "https://docs.rs/ferrosys-cli"
readme = "README.md"
keywords = [
    "ext4",
    "filesystem",
    "mkfs",
    "disk-image",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gregordinary/ferrosys"

[[bin]]
name = "ferrosys"
path = "src/main.rs"
doc = false

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.ferrosys]
version = "0.1"
features = ["tar"]

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.ferrosys]
version = "0.1"
features = ["tar"]

[dev-dependencies.tar]
version = "0.4"
default-features = false

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