[go: up one dir, main page]

fundu-core 0.3.1

The core driving the implementation of fundu
Documentation
[dependencies.chrono]
default-features = false
optional = true
version = "0.4.24"

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

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

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

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

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

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

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

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

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

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