# 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 = "rundo" version = "0.4.0" authors = ["Adoo "] description = "Rundo is a redo / undo library for rust which can auto generate undo op. Below is an example to use Rundo." homepage = "https://github.com/M-Adoo/rundo" documentation = "https://docs.rs/rundo" readme = "readme.md" keywords = ["undo", "redo"] categories = ["Data structures", "Data control"] license = "MIT" repository = "https://github.com/M-Adoo/rundo" [dependencies.bson] version = "0.11" [dependencies.rundo_attrs] version = "^0.4" [dependencies.rundo_types] version = "^0.4" [badges.travis-ci] branch = "master" repository = "M-Adoo/rundo"