# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "noosphere-common" version = "0.1.2" description = "Common, generic utilities that are shared across other Noosphere packages" homepage = "https://github.com/subconsciousnetwork/noosphere" documentation = "https://docs.rs/noosphere-common" readme = "README.md" keywords = ["noosphere"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/subconsciousnetwork/noosphere" [dependencies.anyhow] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.gloo-timers] version = "0.3" features = ["futures"] optional = true [dependencies.instant] version = "0.1" features = ["wasm-bindgen"] [dependencies.rand] version = "0.8" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio-stream] version = "~0.1" [features] helpers = [ "rand", "gloo-timers", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "^1" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dependencies.futures] version = "0.3" [target."cfg(target_arch = \"wasm32\")".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\")".dev-dependencies.wasm-bindgen-test] version = "^0.3"