[package]
edition = "2024"
name = "nargo-metadata"
version = "0.0.1"
authors = ["Nargo Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nargo metadata management"
homepage = "https://github.com/doki-land/nargo"
documentation = "https://docs.rs/nargo-metadata"
readme = "README.md"
keywords = [
"metadata",
"api",
"nargo",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/doki-land/nargo/compilers/nargo-metadata"
resolver = "2"
[lib]
name = "nargo_metadata"
path = "src/lib.rs"
[[test]]
name = "metadata_test"
path = "tests/metadata_test.rs"
[dependencies.nargo-ir]
version = "0.0.1"
[dependencies.nargo-types]
version = "0.0.1"
[dependencies.regex]
version = "1.12.3"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]