[package] authors = ["Han Tingjun ", "Yijun Yu "] description = "Format output without Rust code segment in binary to reduce the ultimate binary size" license = "MIT OR Apache-2.0" repository = "https://gitee.com/1467792822/hifmt" readme = "README.md" name = "hifmt" version = "0.1.4" edition = "2021" keywords = ["fmt", "no-std", "binary-size", "embedded"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "example" path = "src/example.rs" [dependencies] hifmt-macros = { path = "macros", version = "0.2.2" } [workspace] members = [ "macros" ]