leo/compiler/span/Cargo.toml

34 lines
734 B
TOML
Raw Normal View History

[package]
name = "leo-span"
version = "1.9.0"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Span handling for the Leo programming language"
homepage = "https://aleo.org"
repository = "https://github.com/AleoHQ/leo"
keywords = [
"aleo",
"cryptography",
"leo",
"programming-language",
"zero-knowledge"
]
categories = [ "compilers", "cryptography", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0"
edition = "2021"
2023-05-13 00:42:15 +03:00
rust-version = "1.69"
[dependencies.indexmap]
version = "1.9"
features = [ "serde" ]
[dependencies.fxhash]
version = "0.2.1"
[dependencies.scoped-tls]
version = "1.0.1"
[dependencies.serde]
version = "1.0.174"
features = [ "derive", "rc" ]