# 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] name = "indradb-sled" version = "0.1.0" authors = ["Yusuf Simonson "] description = "A sled-backed datastore for IndraDB" homepage = "https://indradb.github.io" keywords = ["graph", "database"] categories = ["database", "database-implementations"] license = "MPL-2.0" repository = "https://github.com/indradb/sled" [lib] name = "indradb_sled" path = "src/lib.rs" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.indradb-lib] version = "^2.2.0" [dependencies.serde_json] version = "^1.0.57" [dependencies.sled] version = "0.34.6" features = ["compression", "no_metrics"] [dependencies.tempfile] version = "^3.2.0" optional = true [dependencies.uuid] version = "~0.8.2" features = ["v1", "serde"] [features] bench-suite = ["indradb-lib/bench-suite", "tempfile"] default = [] test-suite = ["indradb-lib/test-suite", "tempfile"]