nargo-types 0.0.1

Nargo common types and error handling
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "nargo-types"
version = "0.0.1"
authors = ["Nargo Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nargo common types and error handling"
homepage = "https://github.com/doki-land/nargo"
documentation = "https://docs.rs/nargo-types"
readme = "README.md"
keywords = [
    "types",
    "errors",
    "nargo",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/doki-land/nargo/compilers/nargo-types"
resolver = "2"

[lib]
name = "nargo_types"
path = "src/lib.rs"

[[test]]
name = "types_test"
path = "tests/types_test.rs"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"