# 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_view" version = "0.1.0" authors = ["Frederic Kettelhoit "] description = "Linearized View Model and Bindings for AssemblageDB" license = "AGPL-3.0" repository = "https://github.com/fkettelhoit/assemblagedb/tree/main/assemblage_view" resolver = "2" [profile.release] opt-level = "s" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.assemblage_db] version = "0.1.0" [dependencies.assemblage_kv] version = "0.1.0" [dependencies.async-recursion] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] assemblage-broadcast-integration-tests = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger] version = "0.8" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.7" features = ["sync", "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.console_log] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["console"] [target."cfg(target_arch = \"wasm32\")".dependencies.wee_alloc] version = "0.4" optional = true [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"