# 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 = "tag_index" version = "0.5.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tag_index provides a searchable index over key-value tags" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "tag_index" path = "src/lib.rs" [[bin]] name = "benchmark-compressed-tag-index" path = "src/bin/benchmark-compressed-tag-index.rs" required-features = [ "benchmarks", "binaries", ] [[bin]] name = "benchmark-inverted-tag-index" path = "src/bin/benchmark-inverted-tag-index.rs" required-features = [ "benchmarks", "binaries", ] [[example]] name = "tag-index-guacamole" path = "examples/tag-index-guacamole.rs" required-features = ["binaries"] [dependencies.buffertk] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.listfree] version = "0.4" [dependencies.scrunch] version = "0.6" [dev-dependencies.arrrg] version = "0.5" [dev-dependencies.guacamole] version = "0.9" [dev-dependencies.statslicer] version = "0.6" [features] benchmarks = [] binaries = [] default = ["binaries"]