[[bin]]
name = "unfolder"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "env", "string", "unicode", "wrap_help"]
version = "4.5.41"
[dependencies.hex]
version = "0.4.3"
[dependencies.iocore]
version = "3.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.sha2]
version = "0.10.9"
[dev-dependencies.iocore-test]
version = "3.1.0"
[lib]
name = "unfolder"
path = "src/lib.rs"
[package]
authors = ["Gabriel DeMoura <gabrielteratos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "library and executable to unfold a file into a folder and fold a previously unfolded folder into a file"
documentation = "https://docs.rs/unfolder"
edition = "2021"
homepage = "https://crates.io/crates/unfolder"
keywords = ["io", "path", "tool", "filesystem", "system"]
license = "MIT OR Apache-2.0"
name = "unfolder"
readme = "README.md"
repository = "https://github.com/gabrielfalcao/unfolder"
version = "0.0.2"
[[test]]
name = "test_flatten"
path = "tests/test_flatten.rs"