[[bin]]
name = "blkmap"
path = "src/bin/blkmap.rs"
[dependencies.bitflags]
version = "2"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.libc]
version = "0.2"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "blkmap"
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 = "Query file physical extents (FIEMAP) for a given range on disk"
edition = "2021"
keywords = ["fiemap", "extent", "filesystem", "block", "ioctl"]
license = "MIT OR Apache-2.0"
name = "blkmap"
readme = "README.md"
repository = "https://github.com/SF-Zhou/blkmap"
version = "0.1.0"
[target.'cfg(not(target_os = "linux"))'.dependencies]