[package] name = "one_user" version = "0.3.2" authors = ["Error1000"] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/Error1000/one_user" description = "Constrain the number of instances that can possibly be used at a time. By default it constrains it to one instance at a time, hence one_user." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] lazy_static = "1.*.*" bitvec = "1.*.*" syn = "1.*.*" quote = "1.*.*"