# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uset" version = "0.1.0" authors = ["Maciej Gorywoda "] description = "An implementation of a set and a map designed for speed, with unsigned integers as keys." homepage = "https://github.com/makingthematrix/uset" readme = "./README.md" keywords = ["set", "map", "ECS", "collections"] categories = ["algorithms", "data-structures", "game-engines"] license = "MIT" repository = "https://github.com/makingthematrix/uset" [profile.bench] debug = true [[bench]] name = "criterion_tests" harness = false [dependencies.itertools] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.spectral] version = "0.6.0"