# 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 = "pallet" version = "0.7.0" authors = ["Jacob Brown "] description = "Document store built with sled and tantivy" readme = "README.md" keywords = ["database", "datastore", "search", "tantivy", "sled"] categories = ["database-implementations", "data-structures"] license = "MIT" repository = "https://github.com/kardeiz/pallet" [dependencies.bincode] version = "1" optional = true [dependencies.pallet-macros] version = "0.4" [dependencies.rayon] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11.1" optional = true [dependencies.sled] version = "0.34.6" [dependencies.tantivy] version = "0.14" [dependencies.thiserror] version = "1" [dev-dependencies.tempfile] version = "3.2" [features] default = ["bincode"]