linear-tools 0.4.6

Linear issue tools via CLI + MCP
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 = "linear-tools"
version = "0.4.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linear issue tools via CLI + MCP"
readme = "README.md"
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/allisoneer/agentic_auxilary"
resolver = "2"

[package.metadata.repo]
role = "tool-lib"
family = "linear"

[package.metadata.repo.integrations]
mcp = false
logging = false
napi = false

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

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

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

[dependencies.agentic-tools-core]
version = "0.1.2"

[dependencies.agentic-tools-mcp]
version = "0.1.3"

[dependencies.agentic-tools-utils]
version = "0.1.5"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "derive",
]

[dependencies.cynic]
version = "3.13.1"
features = ["http-reqwest"]

[dependencies.futures]
version = "0.3"

[dependencies.linear-queries]
version = "0.2.2"

[dependencies.regex]
version = "1"

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

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

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