# 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 = "skootrs-bin" version = "0.1.0" description = "This module is for the Skootrs CLI tool binary and helper functions." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kusaridev/skootrs" [[bin]] name = "skootrs" path = "src/main.rs" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.clio] version = "0.3.5" features = [ "clap", "clap-parse", ] [dependencies.inquire] version = "0.6.2" [dependencies.octocrab] version = "0.32.0" [dependencies.opentelemetry] version = "0.21.0" [dependencies.opentelemetry-jaeger] version = "0.20.0" features = ["rt-tokio-current-thread"] [dependencies.opentelemetry_sdk] version = "0.21.2" [dependencies.reqwest] version = "0.11.24" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.112" [dependencies.serde_yaml] version = "0.9.32" [dependencies.skootrs-lib] version = "0.1.0" [dependencies.skootrs-model] version = "0.1.0" [dependencies.skootrs-rest] version = "0.1.0" [dependencies.skootrs-statestore] version = "0.1.0" [dependencies.strum] version = "0.26.1" [dependencies.tokio] version = "1.34.0" features = [ "full", "tracing", "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-bunyan-formatter] version = "0.3.9" [dependencies.tracing-opentelemetry] version = "0.22.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "registry", "env-filter", ] [build-dependencies.clap_mangen] version = "0.2.20"