# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "potential" version = "2.2.1" authors = ["JoCutajar "] description = "Borrowing for futures - Potential enables interior mutation using mutex and asynchronous borrowing (leasing) through a oneshot channel." homepage = "https://gitlab.com/BrightOpen/potential/" documentation = "https://docs.rs/potential/" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/BrightOpen/potential.git" [dependencies.futures-channel] version = "0.3" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.log] version = "0.4" [badges.gitlab] branch = "master" repository = "BrightOpen/potential" [badges.maintenance] status = "actively-developed"