lineark 0.7.0

CLI for Linear issue tracker — for humans and LLMs
# 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"
name = "lineark"
version = "0.7.0"
authors = ["Carlos Eduardo <cadu.coelho@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Linear issue tracker — for humans and LLMs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/flipbit03/lineark"

[[bin]]
name = "lineark"
path = "src/main.rs"

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

[[test]]
name = "cli_online"
path = "tests/cli_online.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "2"

[dependencies.lineark-sdk]
version = "0.7.0"

[dependencies.percent-encoding]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.17"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
]

[dependencies.uuid]
version = "1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.home]
version = "0.5"

[dev-dependencies.libtest-with]
version = "0.8.1-13"

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

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

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

[dev-dependencies.test-with]
version = "0.15"
features = ["runtime"]
default-features = false