gelx_cli 0.8.2

Generate fully typed rust code from your gel schema and inline queries.
Documentation
[[bin]]
name = "gelx"
path = "src/main.rs"

[dependencies.clap]
default-features = true
features = ["derive"]
version = "4.5.38"

[dependencies.futures]
default-features = true
version = "0.3"

[dependencies.gelx_core]
version = "0.8.2"

[dependencies.heck]
default-features = true
version = "0.5"

[dependencies.proc-macro2]
default-features = true
version = "1"

[dependencies.serde_json]
default-features = true
version = "1"

[dependencies.similar]
default-features = true
version = "2"

[dependencies.tokio]
default-features = true
features = ["full"]
version = "1"

[dependencies.toml]
default-features = true
version = "0.8"

[dev-dependencies.insta]
default-features = true
version = "1"

[dev-dependencies.insta-cmd]
default-features = true
version = "0.6"

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

[lints.clippy]
blocks_in_conditions = "allow"
cargo_common_metadata = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
expl_impl_clone_on_copy = "allow"
items_after_statements = "allow"
large_futures = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
no_effect_underscore_binding = "allow"
tabs-in-doc-comments = "allow"
too_many_lines = "allow"
wildcard_dependencies = "deny"
wildcard_imports = "allow"

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
edition_2024_expr_fragment_specifier = "allow"
unsafe_code = "deny"
unstable_features = "deny"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
variant_size_differences = "warn"

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1

[package]
authors = ["Ifiok Jr. <ifiokotung@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "command-line-interface"]
description = "Generate fully typed rust code from your gel schema and inline queries."
edition = "2024"
homepage = "https://geldata.com"
keywords = ["gel", "database", "typesafe", "codegen", "edgedb"]
license = "Unlicense"
name = "gelx_cli"
publish = true
readme = "readme.md"
repository = "https://github.com/ifiokjr/gelx"
resolver = "2"
rust-version = "1.85.0"
version = "0.8.2"

[profile.release]
strip = "symbols"

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