partial-date 0.1.1

Deterministic partial date extraction from natural language text, with sensible defaults and extensive configurability.
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 = "partial-date"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic partial date extraction from natural language text, with sensible defaults and extensive configurability."
readme = "README.md"
keywords = [
    "date",
    "parsing",
    "partial-date",
    "extraction",
    "nlp",
]
categories = [
    "parsing",
    "date-and-time",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/dylanbr0wn/partial-date"
resolver = "2"

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

[[example]]
name = "all_examples"
path = "examples/all_examples.rs"

[[example]]
name = "console_entry_config"
path = "examples/console_entry_config.rs"

[[example]]
name = "country_based_config"
path = "examples/country_based_config.rs"

[[example]]
name = "example_01_basic_dmy"
path = "examples/example_01_basic_dmy.rs"

[[example]]
name = "example_02_basic_mdy"
path = "examples/example_02_basic_mdy.rs"

[[example]]
name = "example_07_month_name_full"
path = "examples/example_07_month_name_full.rs"

[[example]]
name = "example_09_month_name_fuzzy"
path = "examples/example_09_month_name_fuzzy.rs"

[[example]]
name = "example_13_ordinal_day_st"
path = "examples/example_13_ordinal_day_st.rs"

[dependencies]