linear-motion 0.2.0

A CLI tool for syncing between Linear and Motion
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 = "2021"
name = "linear-motion"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for syncing between Linear and Motion"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/arlyon/linear-motion"

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

[[bin]]
name = "linear-motion"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.config]
version = "0.14"

[dependencies.directories]
version = "6.0"

[dependencies.fjall]
version = "2.11.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.governor]
version = "0.6"

[dependencies.graphql_client]
version = "0.14"
features = ["reqwest"]

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

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

[dependencies.reqwest-middleware]
version = "0.4.2"
features = ["json"]

[dependencies.reqwest-retry]
version = "0.7"

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

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.47"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

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

[profile.dist]
lto = "thin"
inherits = "release"