# 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 = "isow" version = "0.3.0" authors = ["Anthony Foxclaw"] description = "Prints the local or utc week in the ISO 8601 format, e.g. 2006-W52-7T10:26:20.485371700.\n" readme = "README.md" keywords = ["finance", "week", "iso-8601", "iso-week"] categories = ["command-line-utilities", "date-and-time"] license = "MPL-2.0" repository = "https://github.com/tonytins/isow" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" features = ["yaml", "wrap_help"] [dependencies.isocal] version = "0.1" [dependencies.rbtag] version = "0.3" [dependencies.self_update] version = "0.11" optional = true [features] updater = ["self_update"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "tonytins/isow"