redo 0.28.1

An undo-redo library with static dispatch and manual command merging.
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 = "redo"
version = "0.28.1"
authors = ["evenorog <evenorog@gmail.com>"]
description = "An undo-redo library with static dispatch and manual command merging."
documentation = "https://docs.rs/redo"
readme = "README.md"
keywords = ["undo", "redo"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/evenorog/redo"
[dependencies.bitflags]
version = "1"

[dependencies.chrono]
version = "0.4.6"
features = ["serde"]
optional = true

[dependencies.colored]
version = "1"

[dependencies.rustc-hash]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "evenorog/redo"