[package] name = "reclone" version = "0.1.3" edition = "2021" authors = [ "Samir Bioud " ] license = "MIT" description = "Simple utility library for creating a new scope with a set of cloned variables" homepage = "https://github.com/KronsyC/reclone" documentation = "https://docs.rs/reclone" keywords = [ "utility", "no-std", "clone", ] categories = [ "no-std", "no-std::no-alloc" ] [dependencies]