# 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 = "signvec" version = "0.3.0" authors = ["Ayan Das "] description = "Vector implementation for fast, sign-based manipulation of dynamic collections." homepage = "https://github.com/b-vitamins/signvec" documentation = "https://docs.rs/signvec" readme = "README.md" keywords = [ "vec", "signed", "performance", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/b-vitamins/signvec" [[bench]] name = "signvec" path = "bench/signvec.rs" harness = false [dependencies.fastset] version = "0.2.1" [dependencies.nanorand] version = "0.7.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.criterion] version = "0.4.0"