# 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" name = "stc" version = "0.3.1" authors = ["Folke B "] exclude = [ ".gitignore", ".github", "target", ] description = "[WIP] Easy stacking of dev branches in git repositories." readme = "README.md" keywords = ["git"] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/cloneable/stc" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "4" features = [ "std", "derive", "help", "usage", "suggestions", ] default-features = false [dependencies.color-eyre] version = "0.6" [dependencies.const_format] version = "0.2" [dependencies.csv] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.phf] version = "0.11" features = ["macros"] [dev-dependencies.predicates] version = "3"