openstranded-common-crafting 0.1.0

OpenStranded crafting domain types: RecipeDef, RecipeRequirement, RecipeResult
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "openstranded-common-crafting"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
license = "GPL-3.0-or-later"
description = "OpenStranded crafting domain types: RecipeDef, RecipeRequirement, RecipeResult"
repository = "https://github.com/OpenStranded/common-crafting"
homepage = "https://github.com/OpenStranded/common-crafting"
documentation = "https://docs.rs/openstranded-common-crafting"
readme = "README.md"
keywords = ["game", "stranded", "survival", "openstranded", "crafting"]
categories = ["game-engines", "game-development"]
exclude = ["/.gitignore", "Cargo.lock"]

[dependencies]
serde = { version = "1", features = ["derive"] }