# 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 = "assemblage_db" version = "0.1.0" authors = ["Frederic Kettelhoit "] description = "Distributed Document/Graph DB for Connected and Overlapping Pages" license = "AGPL-3.0" repository = "https://github.com/fkettelhoit/assemblagedb/tree/main/assemblage_db" resolver = "2" [lib] crate-type = ["cdylib", "rlib"] [dependencies.assemblage_kv] version = "0.1.0" [dependencies.async-recursion] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.7" features = ["sync"] [dev-dependencies.log] version = "0.4" [features] assemblage-broadcast-integration-tests = [] workers-env-prod = [] workers-localhost = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.11" features = ["json"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.uuid] version = "0.8" features = ["serde", "v4"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.env_logger] version = "0.8" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.serde_json] version = "1.0" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.7" features = ["time", "rt-multi-thread"] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.uuid] version = "0.8" features = ["serde", "v4", "wasm-bindgen"] [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 = ["RequestInit", "Response", "Window"] [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4" optional = true [target."cfg(target_arch = \"wasm32\")".dev-dependencies.console_log] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"