# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mkdtemp" version = "0.2.0" authors = ["Loïc Damien "] description = "A thin wrapper around libc's mkdtemp, UNIX only" homepage = "https://gitlab.com/dzamlo/mkdtemp" readme = "README.md" keywords = [ "mkdtemp", "tempdir", ] categories = ["os::unix-apis"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/dzamlo/mkdtemp.git" [dependencies.libc] version = "0.2.147"