# 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 = "one_at_a_time_please_derive" version = "1.0.1" authors = ["josephlenton@gmail.com "] description = "Derive macro used for serialising calls to functions" documentation = "https://docs.serde.rs/one_at_a_time_please/" keywords = [ "thread", "mutex", "once", "called", "rwlock", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/JosephLenton/one_at_a_time_please" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.39" [dependencies.quote] version = "1.0.18" [dev-dependencies.pretty_assertions] version = "1.0.0"