mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-10 13:24:15 +03:00
95f989d881
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to 1.0.174. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.171...v1.0.174) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
734 B
TOML
34 lines
734 B
TOML
[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"
|
|
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" ]
|