# 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 = "2021"
name = "date_time_parser_multi_language"
version = "0.2.0"
include = [
    "src",
    "Cargo.lock",
    "Cargo.toml",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
]
description = "date_time_parser_multi_language is a package designed to extract and interpret date information from strings across multiple languages."
homepage = "https://github.com/Outlawraspberry/date_time_parser_mutli_language"
readme = "./README.md"
keywords = [
    "date-parsing",
    "multi-lang",
    "string-parse",
    "i18n",
    "date-extract",
]
categories = [
    "date-and-time",
    "internationalization",
    "text-processing",
    "parser-implementations",
]
license = "MIT"

[dependencies.chrono]
version = "0.4.40"

[dependencies.regex]
version = "1.11.1"