gqls-cli 0.1.4

Fuzzy and semantic search over a GraphQL schema (SDL, introspection JSON, or a live endpoint), plus a field-to-resolver jump.
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"
rust-version = "1.82"
name = "gqls-cli"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuzzy and semantic search over a GraphQL schema (SDL, introspection JSON, or a live endpoint), plus a field-to-resolver jump."
homepage = "https://github.com/dpep/gqls"
documentation = "https://github.com/dpep/gqls"
readme = "README.md"
keywords = [
    "graphql",
    "schema",
    "search",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/dpep/gqls"

[features]
_semantic = [
    "dep:ort",
    "dep:tokenizers",
    "dep:hf-hub",
    "dep:log",
    "dep:rayon",
    "ort/std",
    "ort/ndarray",
    "ort/tracing",
    "ort/api-24",
]
default = []
semantic = [
    "_semantic",
    "ort/download-binaries",
    "ort/tls-native",
    "ort/copy-dylibs",
]
semantic-dynamic = [
    "_semantic",
    "ort/load-dynamic",
]

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.graphql-parser]
version = "0.4"

[dependencies.hf-hub]
version = "0.5"
features = ["ureq"]
optional = true
default-features = false

[dependencies.log]
version = "0.4"
optional = true

[dependencies.ort]
version = "=2.0.0-rc.12"
optional = true
default-features = false

[dependencies.rayon]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.tokenizers]
version = "0.23"
features = ["fancy-regex"]
optional = true
default-features = false

[dependencies.ureq]
version = "2"
features = ["json"]

[profile.release]
lto = true
codegen-units = 1
strip = true