# 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" rust-version = "1.73" name = "mwtimestamp" version = "0.1.1" description = "parsing and formatting for MediaWiki timestamps" homepage = "https://www.mediawiki.org/wiki/mwbot-rs" readme = "README.md" keywords = [ "mediawiki", "timestamp", "mwbot", ] categories = ["web-programming"] license = "GPL-3.0-or-later" repository = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs", ] [dependencies.chrono] version = "0.4.31" features = [ "std", "clock", "serde", ] default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108"