# 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 = "flowcrafter" version = "0.3.0" default-run = "flowcrafter" description = "Create and manage workflows for GitHub Actions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jdno/flowcrafter" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "flowcrafter" required-features = ["cli"] [dependencies.anyhow] version = "1.0.76" [dependencies.async-trait] version = "0.1.75" [dependencies.base64] version = "0.21.5" [dependencies.clap] version = "4.4.11" features = ["derive"] optional = true [dependencies.indoc] version = "2.0.4" [dependencies.octocrab] version = "0.32.0" [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dependencies.serde_yaml] version = "0.9.28" optional = true [dependencies.thiserror] version = "1.0.51" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [dependencies.typed-builder] version = "0.18.0" [dependencies.url] version = "2.5.0" [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.serde_json] version = "1.0.108" [dev-dependencies.serde_yaml] version = "0.9.28" [dev-dependencies.tempfile] version = "3.8.1" [features] cli = [ "clap", "serde", "serde_yaml", ] default = ["cli"]