# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "redo" version = "0.41.1" authors = ["evenorog "] exclude = ["/.travis.yml"] description = "Use the undo crate instead." documentation = "https://docs.rs/redo" readme = "README.md" keywords = ["undo", "redo"] categories = ["data-structures", "rust-patterns", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/evenorog/redo" [package.metadata.docs.rs] features = ["chrono", "colored", "serde"] [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.colored] version = "2" optional = true [dependencies.serde] version = "1" features = ["alloc", "derive"] optional = true default-features = false [badges.maintenance] status = "deprecated" [badges.travis-ci] repository = "evenorog/redo"