# 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 = "goodgit" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "gg – clone repos and retrieve data about the repo from GitHub API. Supports Gitlab as well." readme = "README.md" license = "ISC" [[bin]] name = "gg" path = "src/bin/gg.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.octocrab] version = "0.38.0" features = ["rustls-webpki-tokio"] [dependencies.opentelemetry] version = "0.24.0" [dependencies.opentelemetry-otlp] version = "0.17.0" [dependencies.opentelemetry-semantic-conventions] version = "0.16.0" [dependencies.opentelemetry-stdout] version = "0.5.0" [dependencies.opentelemetry_sdk] version = "0.24.1" features = [ "tokio", "rt-tokio", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.38.1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-opentelemetry] version = "0.24.0" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.2" features = ["serde"] [dependencies.uuid] version = "1.10.0" features = [ "serde", "zerocopy", "v7", ] [dev-dependencies.test-case] version = "3.3.1"