leo/compiler/span/Cargo.toml
2022-09-16 18:17:10 +02:00

36 lines
736 B
TOML

[package]
name = "leo-span"
version = "1.5.3"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Span handling in the Leo programming language"
homepage = "https://aleo.org"
repository = "https://github.com/AleoHQ/leo"
keywords = [
"aleo",
"cryptography",
"leo",
"programming-language",
"zero-knowledge"
]
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2021"
rust-version = "1.65"
[dependencies.indexmap]
version = "1.9"
features = ["serde"]
[dependencies.fxhash]
version = "0.2.1"
[dependencies.scoped-tls]
version = "1.0.0"
[dependencies.serde]
version = "1.0.133"
features = ["derive", "rc"]