mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-10 13:24:15 +03:00
34 lines
734 B
TOML
34 lines
734 B
TOML
[package]
|
|
name = "leo-span"
|
|
version = "1.7.3"
|
|
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"
|
|
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.164"
|
|
features = [ "derive", "rc" ]
|