# 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 = "diligent-date-parser" version = "0.1.5" authors = ["Andrey Kutejko "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for parsing datetime in unknown format" homepage = "https://github.com/rust-syndication/diligent-date-parser" documentation = "https://docs.rs/diligent-date-parser/" readme = "README.md" keywords = [ "date", "datetime", "parser", "parsing", ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-syndication/diligent-date-parser" [lib] name = "diligent_date_parser" path = "src/lib.rs" [dependencies.chrono] version = "0.4.27" default-features = false