[package]
name = "devboy-core"
description = "Core traits, types, and error handling for devboy-tools — Provider, IssueProvider, MergeRequestProvider, configuration model."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
readme = "README.md"
keywords = ["devboy", "ai-agents", "mcp", "providers", "developer-tools"]
categories = ["development-tools", "api-bindings"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = []
sentry = ["dep:sentry"]
[dependencies]
thiserror.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
async-trait.workspace = true
tracing.workspace = true
toml.workspace = true
dirs.workspace = true
reqwest.workspace = true
sentry = { workspace = true, optional = true }
chrono = { version = "0.4", features = ["serde"] }
which = "8.0"
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
mockall.workspace = true
tempfile.workspace = true
[lints]
workspace = true