[package] name = "hfs" authors = ["Violeta Hernández Palacios "] categories = ["algorithms", "mathematics"] description = "Hereditarily finite sets." edition = "2021" keywords = ["math", "set", "theory", "zfc"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/vihdzp/hfs" version = "1.0.0" [dependencies] bitvec = "1.0" concat-idents = "1.1" derive_more = "0.99" smallvec = "1.13" [dev-dependencies] gcd = "2.3"