2021-03-26 18:41:24 +03:00
|
|
|
[package]
|
2021-03-26 18:50:11 +03:00
|
|
|
name = "leo-abnf"
|
2021-06-22 00:28:28 +03:00
|
|
|
version = "1.5.2"
|
2021-03-26 18:41:24 +03:00
|
|
|
authors = [ "The Aleo Team <hello@aleo.org>" ]
|
2021-04-09 23:50:39 +03:00
|
|
|
description = "ABNF to Markdown converter for the Leo programming language"
|
|
|
|
homepage = "https://aleo.org"
|
|
|
|
repository = "https://github.com/AleoHQ/leo"
|
2021-03-26 18:50:11 +03:00
|
|
|
keywords = [
|
|
|
|
"aleo",
|
|
|
|
"cryptography",
|
|
|
|
"leo",
|
|
|
|
"programming-language",
|
2021-04-09 23:49:11 +03:00
|
|
|
"zero-knowledge"
|
2021-03-26 18:50:11 +03:00
|
|
|
]
|
2021-04-09 23:50:39 +03:00
|
|
|
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
|
|
|
|
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
|
|
|
|
license = "GPL-3.0"
|
|
|
|
edition = "2018"
|
2021-03-26 18:41:24 +03:00
|
|
|
|
2021-06-08 23:15:26 +03:00
|
|
|
[dependencies.anyhow]
|
|
|
|
version = "1.0"
|