[package] name = "regex-rs" version = "0.1.0" authors = ["Alexander Batischev "] edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] strprintf = { path="../strprintf" } bitflags = "2.6" libc = ">=0.2.69" gettext-rs = "0.7.1"