terraphim_tracker 1.16.34

Issue tracker abstraction for Gitea and Linear with PageRank support
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 = "2024"
name = "terraphim_tracker"
version = "1.16.34"
authors = ["Terraphim Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Issue tracker abstraction for Gitea and Linear with PageRank support"
readme = false
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
resolver = "2"

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

[[test]]
name = "gitea_create_issue_test"
path = "tests/gitea_create_issue_test.rs"

[[test]]
name = "linear_integration"
path = "tests/linear_integration.rs"

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

[dependencies.jiff]
version = "0.2"
features = ["serde"]

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

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.reqwest]
version = "0.12"
features = ["json"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]

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

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