zfc 0.3.2

Trait that represents a set according to Zermelo–Fraenkel set theory with the axiom of choice (ZFC)
Documentation
[package]
authors = ["Zack Newman <zack@philomathiclife.com>"]
categories = ["mathematics", "no-std"]
description = "Trait that represents a set according to Zermelo–Fraenkel set theory with the axiom of choice (ZFC)"
documentation = "https://docs.rs/zfc/latest/zfc/"
edition = "2021"
keywords = ["math", "set", "zfc"]
license = "MIT OR Apache-2.0"
name = "zfc"
readme = "README.md"
repository = "https://git.philomathiclife.com/repos/zfc/"
version = "0.3.2"

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

[build-dependencies]
rustc_version = "0.4.0"

[features]
std = []

[dependencies]
num-bigint = { version = "0.4.4", default-features = false }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[badges]
maintenance = { status = "actively-developed" }

[profile.release]
lto = true
panic = 'abort'
strip = true