# 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 = "story-tracker-cli" version = "2.0.13" description = "CLI tool for generating story branch names and switching to them. Currently only supports Pivotal Tracker." readme = "README.md" license = "MIT" repository = "https://github.com/jondpenton/story-tracker-cli/tree/master/crates/story-tracker-cli" [[bin]] name = "stb" path = "src/main.rs" [dependencies.auth-git2] version = "0.5.5" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.git2] version = "0.19.0" [dependencies.pivotal-tracker] version = "2.0.11" [dependencies.serde] version = "1.0.214" [dependencies.serde_json] version = "1.0.132" [dependencies.slug] version = "0.1.6" [dependencies.tokio] version = "1.33.0" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.16"