lin-cli 0.2.0

A fast CLI for Linear
# 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"
rust-version = "1.93.1"
name = "lin-cli"
version = "0.2.0"
authors = ["Sprouted Dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast CLI for Linear"
homepage = "https://github.com/sprouted-dev/lin"
readme = "README.md"
keywords = [
    "linear",
    "cli",
    "project-management",
    "issue-tracker",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/sprouted-dev/lin"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "3"

[dependencies.dirs]
version = "6"

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "linux-native",
]

[dependencies.reqwest]
version = "0.13"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
]

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