codama-nodes 0.9.2

Node specifications and helpers for the Codama standard
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "codama-nodes"
description = "Node specifications and helpers for the Codama standard"
version = "0.9.2"
repository = { workspace = true }
edition = { workspace = true }
license = { workspace = true }

[dependencies]
codama-errors = { version = "0.9.2", path = "../codama-errors" }
codama-nodes-derive = { version = "0.9.2", path = "derive" }
derive_more = { version = "1.0", features = ["from"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[dev-dependencies]
pretty_assertions = "1.4.1"