# 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 = "2018" name = "two_timer" version = "2.2.5" authors = ["dfhoughton "] description = "parser for English time expressions" homepage = "https://github.com/dfhoughton/two-timer" documentation = "https://docs.rs/two_timer" readme = "README.md" keywords = [ "time", "nlp", "parse", ] categories = [ "date-and-time", "parsing", ] license = "MIT" repository = "https://github.com/dfhoughton/two-timer" [profile.release] panic = "abort" [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.pidgin] version = "0.4.4" [dependencies.regex] version = "1.7" [dependencies.serde_json] version = "1" [features] small_grammar = []