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