[package] name = "sprintf" version = "0.3.1" edition = "2018" authors = ["Thomas Jollans "] license = "MIT" description = "Clone of C s(n)printf in Rust" repository = "https://github.com/tjol/sprintf-rs" keywords = ["printf", "text", "string"] categories = ["template-engine", "wasm"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.57" [dev-dependencies] libc = "0.2"