[package] name = "global" version = "0.4.3" license = "MIT" authors = ["Marko Mijalkovic "] description = "Global variables without macros." repository = "https://github.com/overdrivenpotato/global" edition = "2018" [dependencies] parking_lot = "0.9.0" criterion = { version = "0.3.0", optional = true } [features] default = [] bench = ["criterion"] [[bench]] name = "immutable" harness = false