[package] name = "simple-locale" version = "0.2.0" authors = ["Simon Johnston "] edition = "2018" description = "An interface to all manner of locale-related information." repository = "https://github.com/johnstonskj/simple-locale.git" readme = "README.md" license = "MIT" keywords = ["locale", "POSIX"] [dependencies] lazy_static = "1.3.0" log = "0.4" regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"