flamethrower 0.1.1

Deterministic cognition ledger using power_house (and optional pent_house).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "flamethrower"
version = "0.1.1"
authors = ["Julian Christian Sanders <lexluger.dev@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic cognition ledger using power_house (and optional pent_house)."
homepage = "https://github.com/JROChub/flamethrower"
documentation = "https://docs.rs/flamethrower"
readme = "README.md"
keywords = [
    "ledger",
    "sum-check",
    "deterministic",
    "proofs",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/JROChub/flamethrower"

[features]
commercial = []
default = ["edu"]
edu = []

[lib]
name = "flamethrower"
path = "src/lib.rs"

[[bin]]
name = "flamethrower"
path = "src/main.rs"

[[example]]
name = "ingest"
path = "examples/ingest.rs"

[[test]]
name = "core"
path = "tests/core.rs"

[dependencies.power_house]
version = "^0.1.2"

[dev-dependencies]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true