[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.2.0"
[package]
authors = ["code-xhyun <shh6155@gmail.com>"]
description = "A simple database ORM that use JSON file for Rust"
edition = "2021"
homepage = "https://github.com/apilylabs/just-orm"
keywords = ["json", "database", "orm", "json-orm"]
license = "MIT"
name = "just-orm"
readme = "README.md"
repository = "https://github.com/apilylabs/just-orm"
version = "0.1.0-alpha"