cratestack-parser 0.2.0

Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.
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 = "cratestack-parser"
version = "0.2.0"
authors = ["Stephane Segning <selastlambou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services."
homepage = "https://cratestack.dev"
documentation = "https://rust-doc.cratestack.dev/cratestack"
readme = "README.md"
keywords = [
    "api",
    "schema",
    "codegen",
    "axum",
    "sqlx",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/vaam-store/cratestack"

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

[dependencies.ariadne]
version = "0.6.0"

[dependencies.chumsky]
version = "0"

[dependencies.cratestack-core]
version = "0.2.0"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2.0.17"