# 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] edition = "2018" name = "isocal" version = "0.1.1" authors = ["Anthony Foxclaw"] description = "IsoCal is an extension to Chrono's IsoWeek (ISO 8601) that provides additional formatting and functions, such as the \"W\" prefix to weeks and the ISO ordinal.\n" readme = "README.md" keywords = ["finance", "week", "iso", "iso-week"] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/tonytins/isocal" [dependencies.chrono] version = "0.4" [badges.appveyor] branch = "master" repository = "tonytins/isocal" [badges.codecov] branch = "master" repository = "tonytins/isocal" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "tonytins/isocal"