[[bin]]
name = "blkpath"
path = "src/bin/blkpath.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4"
[dependencies.libc]
version = "0.2"
[dev-dependencies.tempfile]
version = "3.10"
[lib]
name = "blkpath"
path = "src/lib.rs"
[package]
authors = ["SF-Zhou"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "os::linux-apis"]
description = "Resolve the underlying block device path from a file path or file descriptor"
edition = "2021"
keywords = ["block-device", "filesystem", "linux", "storage"]
license = "MIT OR Apache-2.0"
name = "blkpath"
readme = "README.md"
repository = "https://github.com/SF-Zhou/blkpath"
version = "0.1.0"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"