[dependencies.fxhash]
version = "0.2.1"
[dependencies.indexmap]
features = ["serde"]
version = "2.6"
[dependencies.scoped-tls]
version = "1.0.1"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.214"
[lib]
name = "leo_span"
path = "src/lib.rs"
[package]
authors = ["The Leo Team <leo@provable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "cryptography", "web-programming"]
description = "Span handling for the Leo programming language"
edition = "2024"
homepage = "https://leo-lang.org"
include = ["Cargo.toml", "src", "README.md", "LICENSE.md"]
keywords = ["aleo", "cryptography", "leo", "programming-language", "zero-knowledge"]
license = "GPL-3.0"
name = "leo-span"
readme = "README.md"
repository = "https://github.com/ProvableHQ/leo"
rust-version = "1.85.1"
version = "2.7.2"