# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spin-sync" version = "0.3.2" authors = ["Yoshida Shin "] description = "Synchronization primitives using spinlock.\nThe interface resembles std::sync.\nThe constructors of public structs are const; i.e. it is possible to declare static Mutex as long as T can be build statically.\n" documentation = "https://wbcchsyn.github.io/spin-sync-rs/spin_sync/index.html" readme = "README.md" keywords = ["spin", "lock", "sync", "mutex", "spin_lock"] license = "LGPL-3.0-or-later OR Apache-2.0 OR BSD-2-Clause" repository = "https://github.com/wbcchsyn/spin-sync-rs.git" [dependencies] [badges.circle-ci] repository = "wbcchsyn/spin-sync-rs" [badges.travis-ci] repository = "wbcchsyn/spin-sync-rs"