[package] name = "late_format" version = "1.0.0" edition = "2021" authors = ["hydroper "] repository = "https://github.com/hydroper/rust_late_format" license = "MIT OR Apache-2.0" description = "Late formatting of string parameters" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy-regex = "3.0.1" maplit = "1.0.2"