embacle-copilot-sdk 0.5.0

Vendored fork of copilot-sdk-rust — Rust SDK for GitHub Copilot CLI
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.85"
name = "embacle-copilot-sdk"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored fork of copilot-sdk-rust — Rust SDK for GitHub Copilot CLI"
documentation = "https://docs.rs/embacle-copilot-sdk"
readme = "README.md"
keywords = [
    "copilot",
    "github",
    "ai",
    "sdk",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/dravr-ai/dravr-embacle"

[features]
default = []
schemars = ["dep:schemars"]

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

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

[dependencies.schemars]
version = "0.8"
features = ["derive"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "process",
    "sync",
    "io-util",
    "macros",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.which]
version = "7"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-test]
version = "0.4"

[lints.rust]
unsafe_code = "deny"