snarkvm-console-types-string 4.5.0

Type operations for a decentralized virtual machine
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 = "snarkvm-console-types-string"
version = "4.5.0"
authors = ["The Aleo Team <hello@aleo.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type operations for a decentralized virtual machine"
homepage = "https://aleo.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ProvableHQ/snarkVM"

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

[dependencies.snarkvm-console-network-environment]
version = "=4.5.0"

[dependencies.snarkvm-console-types-boolean]
version = "=4.5.0"

[dependencies.snarkvm-console-types-field]
version = "=4.5.0"

[dependencies.snarkvm-console-types-integers]
version = "=4.5.0"

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]