[package]
edition = "2024"
rust-version = "1.85"
name = "gize-core"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core domain model, conventions and manifest for the Gize framework."
readme = "README.md"
keywords = [
"gize",
"web",
"framework",
"codegen",
]
categories = [
"web-programming",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/robertolima-dev/gize"
[lib]
name = "gize_core"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"