# 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 = "per-thread-mutex" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Synchronization lock designed for wrapping thread-unsafe C libraries" homepage = "https://github.com/jbaublitz/per-thread-mutex" documentation = "https://docs.rs/per-thread-mutex" readme = "README.md" keywords = [ "synchronization", "multithreading", "bindings", ] license = "MPL-2.0" repository = "https://github.com/jbaublitz/per-thread-mutex" [lib] name = "per_thread_mutex" path = "src/lib.rs" [dependencies.libc] version = "0.2.146" [dependencies.log] version = "0.4.20" [dev-dependencies.env_logger] version = "0.10.0"