# 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 = "superset_map" version = "0.3.0" authors = ["Zack Newman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Map that stores distinct supersets based on the total order defined." documentation = "https://docs.rs/superset_map/latest/superset_map/" readme = "README.md" keywords = [ "btree", "map", "ordered", "set", "subset", ] categories = [ "data-structures", "mathematics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://git.philomathiclife.com/repos/superset_map/" [lib] name = "superset_map" path = "src/lib.rs" [dependencies.zfc] version = "0.4.0" default-features = false [badges.maintenance] status = "actively-developed"