[package]
name = "terraphim_tracker"
version = "1.20.4"
edition = "2024"
authors = ["Terraphim Team <team@terraphim.ai>"]
description = "Issue tracker abstraction for Gitea and Linear with PageRank support"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["ai", "issue-tracker", "gitea", "linear", "pagerank"]
license = "Apache-2.0"
readme = "../../README.md"
[dependencies]
tokio = { workspace = true, features = ["rt", "macros"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
async-trait = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
jiff = { version = "0.2", features = ["serde"] }
urlencoding = "2.1.3"
[dev-dependencies]
tokio-test = "0.4"
wiremock = "0.6"
tokio = { version = "1.0", features = ["full"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json"] }
axum = "0.8"