# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81.0" name = "zfc" version = "0.4.0" authors = ["Zack Newman "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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/" readme = "README.md" keywords = [ "math", "set", "zfc", ] categories = [ "mathematics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://git.philomathiclife.com/repos/zfc/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "zfc" path = "src/lib.rs" [dependencies.num-bigint] version = "0.4.6" default-features = false [features] std = [] [badges.maintenance] status = "actively-developed"