[package]
edition = "2021"
name = "dcrypt-params"
version = "1.2.3"
authors = ["Heath Ledger"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Constant values for dcrypt library"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ioi-foundation/dcrypt"
[package.metadata.release]
publish = true
[lib]
name = "dcrypt_params"
path = "src/lib.rs"
[[test]]
name = "constants_test"
path = "tests/constants_test.rs"