# 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 = "querable" version = "0.0.2" authors = ["zerosign "] include = ["**/*.rs", "Cargo.toml"] description = "Quer(y)able data structure implementation." homepage = "https://github.com/zerosign/querable" documentation = "https://docs.rs/querable/0.0.2/querable" readme = "README.md" keywords = ["querable", "traits", "typeclass"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/zerosign/querable" [[bench]] name = "lookup_benches" harness = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.log] version = "0.4.8" [badges.travis-ci] repository = "zerosign/querable"