# 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 = "2021" rust-version = "1.64" name = "undo_2" version = "0.2.0" authors = ["Olivier Kannengieser "] description = "Undo and redo done the right-way." readme = "README.md" keywords = [ "undo", "redo", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/okannen/undo_2" [dependencies.cfg-if] version = "1" [dependencies.derivative] version = "2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1" [build-dependencies.rustc_version] version = "0.2" [features] default = ["serde"] serde = ["dep:serde"]