[package]
edition = "2021"
name = "pachy-core"
version = "0.1.0"
authors = ["Pachycephalosaurus Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for the Pachycephalosaurus web framework"
homepage = "https://github.com/yourusername/Pachycephalosaurus"
documentation = "https://docs.rs/pachy-core"
readme = "README.md"
keywords = [
"web",
"ssr",
"rust",
"framework",
"component",
]
categories = [
"web-programming::http-server",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourusername/Pachycephalosaurus"
[lib]
name = "pachy_core"
path = "src/lib.rs"
[dependencies.inventory]
version = "0.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tracing]
version = "0.1"