-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 717 Bytes
/
Cargo.toml
File metadata and controls
27 lines (25 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
license-file = "LICENSE"
name = "flamethrower"
version = "0.1.1"
edition = "2021"
authors = ["Julian Christian Sanders <lexluger.dev@proton.me>"]
description = "Deterministic cognition ledger using power_house (and optional pent_house)."
readme = "README.md"
repository = "https://github.com/JROChub/flamethrower"
homepage = "https://github.com/JROChub/flamethrower"
documentation = "https://docs.rs/flamethrower"
keywords = ["ledger","sum-check","deterministic","proofs"]
categories = ["cryptography",]
[features]
default = ["edu"]
edu = []
commercial = []
[dependencies]
power_house = { version = "^0.1.2" }
[dev-dependencies]
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true