# 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 = "2018" name = "ord-by-set" version = "1.0.3" authors = ["Jordan McLeod "] description = "A library providing a weakly ordered multi-set with compile-time configurable ordering scheme" homepage = "https://panda.re" documentation = "https://docs.rs/ord-by-set" readme = "README.md" keywords = ["set", "no_std", "multiset", "bag", "collection"] categories = ["algorithms", "no-std", "data-structures"] license = "MIT" repository = "https://github.com/panda-re/ord-by-set"