phenotyper 0.3.0

Core compiler library for the Phenotyper structural artifact definition language
# 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 = "phenotyper"
version = "0.3.0"
authors = ["Hans Van Wesenbeeck <hvw@aivolution.ch>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core compiler library for the Phenotyper structural artifact definition language"
homepage = "https://github.com/a1v0lut10n/phenotyper"
readme = false
keywords = [
    "dsl",
    "codegen",
    "compiler",
    "text-generation",
    "code-generation",
]
categories = [
    "compilers",
    "development-tools::build-utils",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/a1v0lut10n/phenotyper"
resolver = "2"

[features]
default = []
json-diagnostics = [
    "dep:serde",
    "dep:serde_json",
]

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

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

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

[dependencies.rustemo]
version = "0.9.1"
features = ["glr"]

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"

[build-dependencies.rustemo-compiler]
version = "0.9.1"