# 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 = "pinboard" version = "2.2.0" authors = ["Andy Caldwell "] description = "A lock-free, threadsafe way to publish data, just stick it on the pinboard" readme = "README.md" keywords = [ "concurrency", "lock-free", "threading", "thread-safety", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/bossmc/pinboard" [dependencies.crossbeam-epoch] version = "0.9.0" [dev-dependencies.crossbeam] version = "0.8.0" [badges.travis-ci] repository = "bossmc/pinboard"