nhs-number-cli 0.3.0

Command line tool that validates United Kingdom (UK) National Health Service (NHS) Numbers, one per line, from standard input.
# 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 = "nhs-number-cli"
version = "0.3.0"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
build = false
include = [
    "src/**/*",
    "LICENSE.md",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line tool that validates United Kingdom (UK) National Health Service (NHS) Numbers, one per line, from standard input."
readme = "README.md"
keywords = [
    "health",
    "medical",
    "identifier",
    "cli",
]
categories = [
    "science",
    "data-structures",
    "value-formatting",
]
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause"
repository = "https://github.com/joelparkerhenderson/nhs-number-cli/"

[[bin]]
name = "nhs-number-cli"
path = "src/main.rs"

[dependencies.assertables]
version = "10.0.0"

[dependencies.clap]
version = "4.6.1"
features = [
    "string",
    "wrap_help",
]

[dependencies.confy]
version = "2.0.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.log]
version = "0.4.29"

[dependencies.nhs-number]
version = "1.0.1"

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

[dependencies.thiserror]
version = "2.0.18"