[package] name = "mountinfo" version = "0.2.0" edition = "2021" authors = ["Guillem Castro "] description = "A Rust library for parsing mount points on Linux and other Unix systems." readme = "README.md" repository = "https://github.com/GuillemCastro/mountinfo" license = "MIT" keywords = ["mtab", "fstab", "linux", "filesystem", "mount"] categories = ["filesystem", "os::linux-apis"] [dependencies] regex = "1"