linear-schema 0.1.1

Cached Linear GraphQL schema for cynic
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-schema"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cached Linear GraphQL schema for cynic"
readme = false
license = "MIT"
repository = "https://github.com/allisoneer/agentic_auxilary"
resolver = "2"

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

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

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

[dependencies.cynic]
version = "3.12.0"
features = ["rkyv"]

[build-dependencies.cynic-codegen]
version = "3.12.0"
features = ["rkyv"]