arscode 0.1.1

Working with the German Amtlicher Regionalschlüssel (ARS): parse, validate and manipulate ARS codes.
Documentation
[package]
name = "arscode"
version = "0.1.1"
edition = "2024"

description = "Working with the German Amtlicher Regionalschlüssel (ARS): parse, validate and manipulate ARS codes."
license = "MIT"
readme = "README.md"
repository = "https://github.com/demot/arscode"
homepage = "https://github.com/demot/arscode"
documentation = "https://docs.rs/arscode"
keywords = ["ars", "regionalschluessel", "ags", "germany", "region"]

[features]
default = ["serde", "lang_de"]
serde = ["dep:serde"]
lang_de = []
lang_en = []

[dependencies]
serde = { version = "1.0.228", default-features = false, features = ["derive"], optional = true }
thiserror = { version = "2.0.17" }