-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (21 loc) · 676 Bytes
/
Cargo.toml
File metadata and controls
23 lines (21 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: MPL-2.0
[package]
name = "a2mliser"
version = "0.1.0"
edition = "2024"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
description = "Add cryptographic attestation and verification to any markup or configuration via A2ML"
license = "MPL-2.0"
repository = "https://github.com/hyperpolymath/a2mliser"
keywords = ["a2ml", "acceleration", "code-generation"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
toml = "1.1"
anyhow = "1"
thiserror = "2"
handlebars = "6"
walkdir = "2"
[dev-dependencies]
tempfile = "3"