[package] name = "untildify" description = "Utility to replace ~ with user home directory." version = "0.1.1" edition = "2018" license = "MIT" readme = "README.md" authors = ["sathishsoundharajan "] categories = ["development-tools"] homepage = "https://github.com/sathishsoundharajan/untildify" repository = "https://github.com/sathishsoundharajan/untildify" keywords = ["tilde", "untildify", "utility"] documentation = "https://docs.rs/untildify" [badges.maintenance] status = "actively-developed" [dependencies] regex = "1.5.4"