# 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-client" version = "0.1.0-dev.4" authors = ["Jonathan Johnson "] description = "Client for accessing PliantDb servers." 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.async-lock] version = "2" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1" optional = true [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.pliantdb-core] version = "0.1.0-dev.4" features = ["networking"] default-features = false [dependencies.serde] version = "1" [dependencies.serde_cbor] version = "0.11" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2" [features] default = ["full"] full = ["websockets", "trusted-dns", "pubsub", "keyvalue"] keyvalue = ["pliantdb-core/keyvalue"] pubsub = ["pliantdb-core/pubsub"] test-util = [] trusted-dns = ["fabruic/trust-dns"] websockets = ["pliantdb-core/websockets", "tokio-tungstenite", "bincode"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.fabruic] version = "0.0.1-dev.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["sync"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-tungstenite] version = "0.14" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1" features = ["sync", "macros"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["BinaryType", "Blob", "ErrorEvent", "FileReader", "MessageEvent", "ProgressEvent", "WebSocket", "CloseEvent"]