# 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 = "synchronized" version = "1.0.4" authors = ["Denis Kotlyarov (Денис Котляров) "] build = "build.rs" description = "Convenient and simple macro for code synchronization in multithreading." readme = "README.md" keywords = [ "easy_sync_code", "synchronized", "no_std", "clucompany", ] categories = [ "concurrency", "no-std", ] license = "Apache-2.0" repository = "https://github.com/clucompany/synchronized.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1.58" optional = true [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.tokio] version = "1.21.2" features = [ "parking_lot", "sync", ] optional = true default-features = false [features] async = [ "tokio", "async-trait", ] default = [ "std", "point", "get_point_name", ] get_point_name = [] point = [] std = []