# 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 = "2018" name = "typed-sled" version = "0.2.3" description = "Sled with types instead of bytes." readme = "README.md" license = "MIT" repository = "https://github.com/chronicl/typed-sled" [[example]] name = "key_generating" required-features = ["key-generating"] [[example]] name = "basic_search" required-features = [ "key-generating", "search", ] [[example]] name = "advanced_search" required-features = [ "key-generating", "search", "chrono", ] [dependencies.bincode] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.pin-project] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sled] version = "0.34" [dependencies.tantivy] version = "0.19" optional = true [dependencies.thiserror] version = "1" [features] convert = [] key-generating = [] search = ["tantivy"]