# 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 = "protex" version = "0.1.3" authors = ["ElectroMutex"] build = false include = [ "src/lib.rs", "src/linux_bsd_mac.rs", "src/android_ios.rs", "src/windows.rs", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ProTex (Process Mutex) concurrency in process level" homepage = "https://github.com/SkillfulElectro/protex.git" documentation = "https://docs.rs/protex/latest/protex/" readme = "README.md" keywords = [ "cross-platform", "parallel", "fast", "concurrency", "thread", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/SkillfulElectro/protex.git" [lib] name = "protex" path = "src/lib.rs" [dependencies.libc] version = "0.2.158" [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Win32_System_Threading", "Win32_Foundation", "Win32_Security", ]