# 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 = "pliantdb-local" version = "0.1.0-dev.4" authors = ["Jonathan Johnson "] description = "Local database storage for PliantDb." homepage = "https://pliantdb.dev/" readme = "../README.md" keywords = ["document-database", "database"] categories = ["database-implementations", "database"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/pliantdb" [package.metadata.docs.rs] all-features = true [lib] [[bench]] name = "basics" harness = false [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.flume] version = "0.10" [dependencies.itertools] version = "0.10" [dependencies.pliantdb-core] version = "0.1.0-dev.4" [dependencies.pliantdb-jobs] version = "0.1.0-dev.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.sled] version = "0.34" [dependencies.structopt] version = "0.3" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.criterion] version = "0.3" features = ["async_tokio"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.pliantdb-core] version = "0.1.0-dev.4" features = ["test-util"] [features] cli = ["structopt"] default = ["full"] full = ["cli", "pubsub", "keyvalue"] internal-apis = [] keyvalue = ["pliantdb-core/keyvalue"] pubsub = ["pliantdb-core/pubsub"]