# 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-server" version = "0.1.0-dev.4" authors = ["Jonathan Johnson "] description = "Database server 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.bincode] version = "1" optional = true [dependencies.cfg-if] version = "1" [dependencies.fabruic] version = "0.0.1-dev.2" features = ["dangerous"] [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.pliantdb-core] version = "0.1.0-dev.4" features = ["networking", "actionable-traits"] default-features = false [dependencies.pliantdb-jobs] version = "0.1.0-dev.4" [dependencies.pliantdb-local] version = "0.1.0-dev.4" features = ["internal-apis"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.structopt] version = "0.3" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.14" optional = true [dev-dependencies.pliantdb-core] version = "0.1.0-dev.4" features = ["test-util"] default-features = false [features] cli = ["structopt"] default = ["full"] full = ["cli", "websockets", "pubsub", "keyvalue"] keyvalue = ["pliantdb-core/keyvalue", "pliantdb-local/keyvalue"] pubsub = ["pliantdb-core/pubsub", "pliantdb-local/pubsub"] test-util = ["pliantdb-core/test-util"] websockets = ["pliantdb-core/websockets", "tokio-tungstenite", "bincode"]