# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "article-date-extractor" version = "0.1.1" authors = ["Alexey Zabelin "] description = "A library for extracting the publication date from an article or a blog post." homepage = "https://github.com/alexeyzab/article-date-extractor" documentation = "https://docs.rs/article-date-extractor" readme = "README.md" keywords = ["extract", "date"] categories = ["date-and-time"] license = "BSD-3-Clause" repository = "https://github.com/alexeyzab/article-date-extractor" [dependencies.lazy_static] version = "0.2.2" [dependencies.select] version = "0.4.0" [dependencies.serde_json] version = "1.0" [dependencies.error-chain] version = "0.10.0" [dependencies.regex] version = "0.2" [dependencies.chrono] version = "0.3" [badges.travis-ci] repository = "alexeyzab/article-date-extractor" branch = "master"