[package] name = "git-topic-stage" version = "4.1.1" authors = ["Ben Boeckel "] license = "MIT/Apache-2.0" description = """ Logic for managing a topic stage on top of a base branch in git. """ repository = "https://gitlab.kitware.com/utils/rust-git-topic-stage" documentation = "https://docs.rs/git-topic-stage/~4.1" readme = "README.md" keywords = ["git", "utility", "workflow"] edition = "2018" [dependencies] log = "~0.4.4" thiserror = "^1.0.14" chrono = { version = "~0.4.23", default-features = false, features = ["clock"] } git-workarea = "^4.2.2"