dinoco_compiler 1.2.1

The Dinoco schema compiler for parsing, validating, and analyzing database schemas.
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 = "dinoco_compiler"
version = "1.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Dinoco schema compiler for parsing, validating, and analyzing database schemas."
homepage = "https://docs.dinoco.io"
readme = "crates.md"
keywords = [
    "orm",
    "compiler",
    "schema",
    "database",
    "parser",
]
license = "Apache-2.0"
repository = "https://github.com/dinoco-rs/dinoco"

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

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

[dependencies.pest]
version = "2.8"

[dependencies.pest_derive]
version = "2.8"