[package]
edition = "2024"
name = "cratestack-codec-json"
version = "0.3.2"
authors = ["Stephane Segning <selastlambou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services."
homepage = "https://cratestack.dev"
documentation = "https://rust-doc.cratestack.dev/cratestack"
readme = "README.md"
keywords = [
"api",
"schema",
"codegen",
"axum",
"sqlx",
]
categories = [
"web-programming",
"development-tools",
]
license = "MIT"
repository = "https://github.com/vaam-store/cratestack"
[lib]
name = "cratestack_codec_json"
path = "src/lib.rs"
[dependencies.cratestack-core]
version = "0.3.2"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1"