# 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_kv" version = "0.1.0" authors = ["Frederic Kettelhoit "] description = "Versioned and Transactional KV Store for Native and Wasm Targets" license = "AGPL-3.0" repository = "https://github.com/fkettelhoit/assemblagedb/tree/main/assemblage_kv" resolver = "2" [lib] crate-type = ["cdylib", "rlib"] [dependencies.async-trait] version = "0.1" [dependencies.crc32fast] version = "1.2" [dependencies.log] version = "0.4" [dependencies.rmp-serde] version = "0.15" [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1.7" features = ["sync"] [features] default = ["console_error_panic_hook"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.7" features = ["fs", "io-util"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.env_logger] version = "0.8" [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.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 = ["console", "RequestInit", "Response", "Url", "Window", "DomException", "IdbFactory", "IdbOpenDbRequest", "IdbRequest", "IdbRequestReadyState", "IdbVersionChangeEvent", "IdbDatabase", "IdbTransaction", "IdbTransactionMode", "IdbObjectStore"] [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"