[package] name = "isocal" version = "0.1.1" authors = ["Anthony Foxclaw"] edition = "2018" license = "MIT" repository = "https://github.com/tonytins/isocal" 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. """ readme = "README.md" keywords = ["finance", "week", "iso", "iso-week"] categories = ["date-and-time"] [badges] appveyor = { repository = "tonytins/isocal", branch = "master" } travis-ci = { repository = "tonytins/isocal", branch = "master" } codecov = { repository = "tonytins/isocal", branch = "master" } maintenance = { status = "actively-developed" } [dependencies] chrono = "0.4"