2021-03-26 18:41:24 +03:00
|
|
|
[package]
|
2021-03-26 18:50:11 +03:00
|
|
|
name = "leo-abnf"
|
2021-07-30 04:59:08 +03:00
|
|
|
version = "1.5.3"
|
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"
|
2022-02-02 21:07:27 +03:00
|
|
|
edition = "2021"
|
|
|
|
rust-version = "1.56"
|
2022-01-27 23:57:52 +03:00
|
|
|
|
2021-06-08 23:15:26 +03:00
|
|
|
[dependencies.anyhow]
|
|
|
|
version = "1.0"
|
2021-07-17 02:37:34 +03:00
|
|
|
|
2022-02-02 21:07:27 +03:00
|
|
|
[dependencies.abnf]
|
|
|
|
version = "0.12.0"
|