# 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 = "process-sync" version = "0.2.2" authors = ["Andrei Odintsov "] description = "Synchronization primitives for multiprocess environments" homepage = "https://github.com/Forestryks/process-sync-rs" readme = "README.md" keywords = [ "mutex", "condvar", "barrier", "multiprocessing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Forestryks/process-sync-rs" [[test]] name = "condvar" harness = false [[test]] name = "mutex" harness = false [[test]] name = "shared_memory" harness = false [dependencies.libc] version = "0.2.139"