[dependencies.bytemuck]
version = "1"
[dependencies.darling]
version = "0.20"
[dependencies.num]
features = ["serde"]
version = "0.4"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "sunscreen_math_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Sunscreen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "This crate contains macros that support the Sunscreen compiler."
documentation = "https://docs.sunscreen.tech"
edition = "2024"
homepage = "https://sunscreen.tech"
keywords = ["FHE", "BFV", "lattice", "cryptography"]
license = "AGPL-3.0-only"
name = "sunscreen_math_macros"
readme = "README.md"
repository = "https://github.com/Sunscreen-tech/Sunscreen"
resolver = "2"
rust-version = "1.85.0"
version = "0.9.0"