[package] authors = ["Zack Newman "] 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/" rust-version = "1.81.0" version = "0.4.0" [badges] maintenance = { status = "actively-developed" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] num-bigint = { version = "0.4.6", default-features = false } ### FEATURES ################################################################# [features] # Provide Set implementation for HashSet. std = []