ferriorm-parser 0.1.2

Schema parser for ferriorm ORM - parses .ferriorm files into AST
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 = "ferriorm-parser"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema parser for ferriorm ORM - parses .ferriorm files into AST"
homepage = "https://github.com/romanschejbal/ferriorm"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "prisma",
    "codegen",
    "schema",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/romanschejbal/ferriorm"

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

[dependencies.ferriorm-core]
version = "0.1.2"

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

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.thiserror]
version = "2"