ips/userland/Cargo.toml

22 lines
599 B
TOML
Raw Normal View History

[package]
name = "userland"
version = "0.1.1"
authors = ["Till Wegmueller <toasterson@gmail.com>"]
edition = "2018"
2021-05-01 16:26:04 -03:00
license-file = "LICENSE"
description = "Helper tool for IPS package development"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.56"
thiserror = "1.0.30"
pest_derive = "2.1.0"
maplit = "0.1.6"
pest = "2.1.0"
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] }
semver = "0.11.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1"
lazy_static = "1"