[package] name = "langtag" version = "0.4.0" authors = ["Timothée Haudebourg "] edition = "2021" categories = ["parsing", "data-structures"] keywords = ["language", "tag", "langtag", "rfc"] description = "Language tags implementation following RFC 5646" repository = "https://github.com/timothee-haudebourg/langtag" documentation = "https://docs.rs/langtag" license = "MIT/Apache-2.0" readme = "README.md" [dependencies] static-regular-grammar = "2.0.1" thiserror = "1.0.57" serde = { version = "1.0", features = ["derive"], optional = true }