[package] name = "message-locator" version = "1.0.1" edition = "2021" description = "Localization for message assets" license = "ISC" repository = "https://github.com/matheusdiasdesouzads/message-locator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] language-objects = "1.0.1" maplit = "1.0.2" regex = "1.6.0" lazy_static = "1.4.0" lazy-regex = "0.1.4" reqwest = "0.11.11" serde_json = "1.0.83" tokio = { version = "1", features = ["full"] }