# 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" name = "hfs" version = "1.0.0" authors = ["Violeta Hernández Palacios "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hereditarily finite sets." readme = "README.md" keywords = [ "math", "set", "theory", "zfc", ] categories = [ "algorithms", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vihdzp/hfs" [lib] name = "hfs" path = "src/lib.rs" [[example]] name = "numbers" path = "examples/numbers.rs" [[example]] name = "short_pair" path = "examples/short_pair.rs" [dependencies.bitvec] version = "1.0" [dependencies.concat-idents] version = "1.1" [dependencies.derive_more] version = "0.99" [dependencies.smallvec] version = "1.13" [dev-dependencies.gcd] version = "2.3"