cursive_calendar_view 0.4.0

A basic calendar view implementation for cursive.
Documentation
# 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 = "cursive_calendar_view"
version = "0.4.0"
authors = ["Ivo Wetzel <ivo.wetzel@googlemail.com>"]
description = "A basic calendar view implementation for cursive."
readme = "README.md"
keywords = ["cursive", "ncurses", "TUI", "UI", "calendar"]
categories = ["command-line-interface", "gui"]
license = "MIT/Apache-2.0"
repository = "https://github.com/BonsaiDen/cursive_calendar_view.git"
[dependencies.chrono]
version = "0.4"

[dependencies.cursive]
version = "0.12"
default-features = false
[dev-dependencies.cursive]
version = "0.12"

[dev-dependencies.lazy_static]
version = "1.2"

[dev-dependencies.rand]
version = "0.6"