fundu-core 0.4.2

The core driving the implementation of fundu
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"
rust-version = "1.85.0"
name = "fundu-core"
version = "0.4.2"
authors = ["Joining7943 <joining@posteo.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core driving the implementation of fundu"
homepage = "https://github.com/fundu-rs/fundu"
readme = "README.md"
keywords = [
    "fundu",
    "fundu-core",
    "parse",
    "duration",
    "time",
]
categories = [
    "parsing",
    "date-and-time",
]
license = "MIT"
repository = "https://github.com/fundu-rs/fundu"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
chrono = ["dep:chrono"]
default = []
serde = ["dep:serde"]
time = ["dep:time"]

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

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

[dependencies.chrono]
version = "0.4.39"
optional = true
default-features = false

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

[dependencies.time]
version = "0.3.1"
optional = true
default-features = false

[dev-dependencies.rstest]
version = ">=0.18"

[dev-dependencies.rstest_reuse]
version = "0.7"

[dev-dependencies.serde_test]
version = "1"