postcode_extractor 0.1.12

A simple tool to extract and identify postcodes
Documentation
[dependencies.include_dir]
version = "0.7.4"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.11.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.139"

[dependencies.serde_json]
version = "1.0.99"

[dev-dependencies.walkdir]
version = "2.5.0"

[lib]
name = "postcode_extractor"
path = "src/lib.rs"

[package]
authors = ["Indigo Curnick <indigo.c@naurt.com>", "Andrew Bowell <andrew.b@naurt.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "A simple tool to extract and identify postcodes"
edition = "2024"
keywords = ["address", "postcode"]
license = "MIT"
name = "postcode_extractor"
readme = "README.md"
repository = "https://github.com/Naurt-Ltd-Public/postcode-extractor-rs"
version = "0.1.12"

[[test]]
name = "test_all"
path = "tests/test_all.rs"

[[test]]
name = "test_individually"
path = "tests/test_individually.rs"