tracking-numbers 0.1.0

A library for validating and identifying tracking numbers from various shipping carriers.
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 = "tracking-numbers"
version = "0.1.0"
authors = ["Rich Schumacher <rich.schu@gmail.com>"]
build = false
include = [
    "src/",
    "tracking_number_data/couriers/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for validating and identifying tracking numbers from various shipping carriers."
homepage = "https://github.com/richid/rs-tracking-numbers"
documentation = "https://github.com/richid/rs-tracking-numbers"
readme = "README.md"
keywords = [
    "tracking",
    "shipping",
    "courier",
    "logistics",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/richid/rs-tracking-numbers"

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

[dependencies.include_dir]
version = "0.7.4"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.pcre2]
version = "0.2.11"

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

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]