# 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 = "mset" version = "0.1.1" authors = ["lonnen "] description = "A mset / multiset / bag implementation" readme = "README.md" keywords = [ "mset", "multiset", "bag", "counter", "collection", ] categories = [ "data-structures", "mathematics", ] license = "MIT/Apache-2.0" repository = "https://github.com/lonnen/mset" [dev-dependencies.version-sync] version = "0.9.4" [badges.appveyor] repository = "lonnen/mset" [badges.circle-ci] repository = "lonnen/mset" [badges.travis-ci] repository = "lonnen/mset"