[package] name = "pin-weak" version = "1.1.0" authors = ["Olivier Goffart "] edition = "2018" license = "MIT" readme = "README.md" description = "Small wrapper around an equivalent of Pin>" keywords = ["pin", "weak", "rc", "arc"] categories = [ "memory-management" ] repository = "https://github.com/sixtyfpsui/pin-weak" documentation = "https://docs.rs/pin-weak" [features] # Support for std::sync::arc sync = [] default = ["sync"]