[package] name = "mkdtemp" version = "0.2.0" edition = "2021" authors = ["Loïc Damien "] description = "A thin wrapper around libc's mkdtemp, UNIX only" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/dzamlo/mkdtemp.git" homepage = "https://gitlab.com/dzamlo/mkdtemp" readme = "README.md" categories = ["os::unix-apis"] keywords = ["mkdtemp", "tempdir"] [dependencies] libc = "0.2.147"