shopify-approver-opencode 0.1.0

OpenCode client for codebase indexing and semantic search
Documentation
# 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"
rust-version = "1.75"
name = "shopify-approver-opencode"
version = "0.1.0"
authors = ["Shopify App Approver Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenCode client for codebase indexing and semantic search"
homepage = "https://github.com/umerkhan95/shopify-app-approver"
readme = false
keywords = [
    "shopify",
    "opencode",
    "indexing",
    "semantic-search",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/umerkhan95/shopify-app-approver"

[lib]
name = "shopify_approver_opencode"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.5"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "json",
    "multipart",
    "stream",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.shopify-approver-core]
version = "0.1.0"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = [
    "full",
    "io",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"
features = ["serde"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.tokio]
version = "1.40"
features = [
    "full",
    "test-util",
    "macros",
]

[dev-dependencies.wiremock]
version = "0.6"