[package] name = "potential" version = "2.2.1" edition = "2018" authors = ["JoCutajar "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/potential/" repository = "https://gitlab.com/BrightOpen/potential.git" homepage = "https://gitlab.com/BrightOpen/potential/" description = "Borrowing for futures - Potential enables interior mutation using mutex and asynchronous borrowing (leasing) through a oneshot channel." [badges] gitlab = { repository = "BrightOpen/potential", branch = "master" } maintenance = { status = "actively-developed" } [dependencies] futures-channel = { version = "0.3", default-features = false, features = ["std"] } futures-util = { version = "0.3", default-features = false, features = ["std"] } log = "0.4"