erofs 0.0.2

Utility CLI for interacting with [EROFS](https://docs.kernel.org/filesystems/erofs.html)
Documentation
[[bin]]
name = "erofs"
path = "src/main.rs"

[dependencies.anstyle]
version = "1.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive", "string", "color"]
version = "4.5"

[dependencies.clap-verbosity-flag]
version = "3.0"

[dependencies.liberofs]
version = "0.0.2"

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

[dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1.47"

[dependencies.tracing]
default-features = false
features = ["log-always"]
version = "0.1"

[dependencies.tracing-log]
version = "0.2"

[dependencies.tracing-subscriber]
default-features = false
features = ["fmt", "std", "ansi"]
version = "0.3"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin_include)"]
level = "warn"
priority = 0

[package]
authors = ["Bryant Biggs <bryantbiggs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
default-run = "erofs"
description = "Utility CLI for interacting with [EROFS](https://docs.kernel.org/filesystems/erofs.html)"
documentation = "https://github.com/clowdhaus/erofs"
edition = "2024"
homepage = "https://github.com/clowdhaus/erofs"
license = "Apache-2.0"
name = "erofs"
readme = "README.md"
repository = "https://github.com/clowdhaus/erofs"
resolver = "2"
version = "0.0.2"