postcode_extractor 0.1.14

A simple tool to extract and identify postcodes
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

[dependencies.include_dir]
version = "0.7.4"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

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