Skip to content

Commit

Permalink
Merge pull request #28 from baoyachi/parse_winnow
Browse files Browse the repository at this point in the history
Parse winnow
  • Loading branch information
baoyachi authored Apr 18, 2024
2 parents 3c8d5ee + 6a69f1f commit 7d116f3
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 578 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duration-str"
version = "0.7.1"
version = "0.8.0"
authors = ["baoyachi <liaoymxsdl@gmail.com>"]
edition = "2021"
description = "duration string parser"
Expand All @@ -14,13 +14,13 @@ license = "Apache-2.0"
default = ["chrono", "serde", "time"]

[dependencies]
nom = "7.1.1"
thiserror = "1.0.37"
chrono = { version = "0.4.23", optional = true }
time = { version = "0.3.17", optional = true }

serde = { version = "1.0.147", features = ["derive"], optional = true }
rust_decimal = { version = "1.29.1", default-features = false }
winnow = "0.6.6"

[dev-dependencies]
serde_json = { version = "1.0.87" }
Expand Down
Loading

0 comments on commit 7d116f3

Please sign in to comment.