[package]
edition = "2021"
rust-version = "1.89"
name = "appcore-contracts"
version = "1.0.0"
authors = ["dnettoRaw"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable, implementation-independent manifests and distributed runtime contracts for AppCore."
homepage = "https://wiki.appcore.dnettoraw.com/"
readme = "README.en.md"
keywords = [
"runtime",
"contracts",
"manifest",
"distributed",
"local-first",
]
categories = [
"config",
"development-tools",
]
license = "MIT"
repository = "https://github.com/dnettoRaw/appcore-wiki"
[lib]
name = "appcore_contracts"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0.145"