co-js 0.1.0

COKIT primitives for the browser using WebAssembly.
Documentation
# 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.91"
name = "co-js"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "COKIT primitives for the browser using WebAssembly."
homepage = "https://www.cokit.org"
documentation = "https://www.cokit.org/docs/"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/1iolabs/cokit.git"

[lib]
name = "co_js"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[[test]]
name = "test_unixfs"
path = "tests/test_unixfs.rs"

[dependencies.anyhow]
version = "1"
features = ["backtrace"]

[dependencies.async-stream]
version = "0.3.3"

[dependencies.async-trait]
version = "0.1.57"

[dependencies.cid]
version = "0.11.1"

[dependencies.co-actor]
version = "0.1.0"
default-features = false

[dependencies.co-primitives]
version = "0.1.0"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.futures]
version = "0.3.30"

[dependencies.ipld-core]
version = "0.4.1"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.serde_repr]
version = "0.1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["macros"]

[dependencies.wasm-bindgen]
version = "0.2.105"

[dependencies.wasm-bindgen-futures]
version = "0.4.55"
features = ["futures-core-03-stream"]

[dependencies.wasm-streams]
version = "0.4.2"

[dependencies.web-sys]
version = "0.3.82"
features = ["console"]

[dev-dependencies.wasm-bindgen-test]
version = "0.3.55"

[target.'cfg(target_arch = "wasm32")'.dependencies.co-actor]
version = "0.1.0"
features = ["js"]
default-features = false