# 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 = "ripissue" version = "0.1.5" description = "CLI tool written in Rust for distributed bug / issue / story tracking with the filesystem and git." homepage = "https://github.com/cwnt-io/ripissue" readme = "README.md" keywords = [ "issue", "tracker", "git", "project", "management", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license-file = "LICENSE" repository = "https://github.com/cwnt-io/ripissue" [package.metadata.release] allow-branch = [ "master", "staging", "develop", ] [[bin]] name = "ripi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.cmd_lib] version = "1.3.0" [dependencies.serde] version = "1.0.188" [dependencies.serde_yaml] version = "0.9.25" [dependencies.slugify] version = "0.1.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [dependencies.walkdir] version = "2.4.0"