# 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 = "osmanthus" version = "1.0.0" authors = ["ziiyoo"] description = "Find and automatically format time text from the string" readme = "README.md" keywords = [ "format", "time", "format_time", "time_format", "time_text", ] categories = [ "date-and-time", "value-formatting", "parsing", ] license = "GPL-3.0-or-later" repository = "https://github.com/ziiyoo/osmanthus" [[bench]] name = "performance" path = "benches/performance.rs" harness = false [dependencies.chrono] version = "0.4" features = ["unstable-locales"] [dependencies.criterion] version = "0.4" features = ["html_reports"] [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.105"