[package] name = "parse-fmt-str" version = "2.0.0" edition = "2021" authors = ["otesunki"] description = "parsin format strings since 1997" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.0" unicode-xid = "0.2.2"