# 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] name = "membarrier" version = "0.2.3" authors = ["Jeehoon Kang "] description = "Process-wide memory barrier" homepage = "https://github.com/jeehoonkang/membarrier-rs" documentation = "https://docs.rs/membarrier" readme = "README.md" keywords = [ "memory-barrier", "barrier", "sys_membarrier", "rcu", ] categories = [ "memory-management", "concurrency", "os", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/jeehoonkang/membarrier-rs" [dependencies.cfg-if] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.windows-sys] version = "0.45.0" features = ["Win32_System_Threading"]