# 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-core" version = "0.1.0-dev.4" authors = ["Jonathan Johnson "] description = "Local storage backend for PliantDb." homepage = "https://pliantdb.dev/" readme = "../README.md" keywords = ["document-database", "database"] categories = ["database-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/pliantdb" [package.metadata.docs.rs] all-features = true [dependencies.actionable] version = "0.1.0-dev.3" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.circulate] version = "0.1.0" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" [dependencies.pliantdb-macros] version = "0.1.0-dev.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["time"] optional = true [dependencies.uuid] version = "0.8" features = ["v4", "serde"] optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.num-derive] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [features] actionable-traits = [] default = [] keyvalue = ["futures"] networking = [] pubsub = ["circulate"] test-util = ["futures", "tokio", "networking", "websockets"] websockets = []