ruprizzle-parser 0.1.0-alpha.3

Schema DSL parser for the ruprizzle ORM
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"
rust-version = "1.85"
name = "ruprizzle-parser"
version = "0.1.0-alpha.3"
authors = ["Vaibhav Gupta <vaibhavgupta9877@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema DSL parser for the ruprizzle ORM"
homepage = "https://vaibhavgupta9877.github.io/ruprizzle-orm"
documentation = "https://docs.rs/ruprizzle-parser"
readme = "README.md"
keywords = [
    "orm",
    "sql",
    "database",
    "parser",
    "schema",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vaibhavgupta9877/ruprizzle-orm"

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

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

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

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.miette]
version = "7"

[dependencies.pest]
version = "2.8"

[dependencies.pest_derive]
version = "2.8"

[dependencies.ruprizzle-core]
version = "0.1.0-alpha.3"

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

[dev-dependencies.miette]
version = "7"
features = ["fancy"]