summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e28f8ce33d64d8a58f4a7c1e44a34cec2fd202d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mt"
author = "Santo Cariotti <santo@dcariotti.me>"
version = "0.1.0"
edition = "2024"

[dependencies]
hex = { version = "0.4.3", optional = true }
sha2 = { version = "0.10.9", optional = true }

[features]
default = []
sha256 = ["sha2", "hex"]