fdate 0.2.2

Natural date input parsing
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 = "fdate"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Natural date input parsing"
homepage = "https://github.com/fominok/fdate"
documentation = "https://docs.rs/fdate"
readme = "README.md"
keywords = [
    "date",
    "fuzzy",
    "search",
    "parser",
]
categories = [
    "date-and-time",
    "text-processing",
]
license = "MPL-2.0"
repository = "https://github.com/fominok/fdate"

[features]
serde = ["dep:serde"]

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

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.nom]
version = "8.0.0"

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