# 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.75" name = "car-mirror-wasm" version = "0.1.0" authors = ["Philipp Krüger "] include = [ "/src", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT", ] description = "Rust implementation of the CAR Mirror protocol" documentation = "https://docs.rs/car-mirror-wasm" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0" repository = "https://github.com/fission-codes/rs-car-mirror/tree/main/car-mirror-wasm" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.4" [dependencies.car-mirror] version = "0.1" [dependencies.console_error_panic_hook] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.libipld] version = "0.16" [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0" [dependencies.tokio-util] version = "0.7.8" features = [ "compat", "io", ] [dependencies.tracing] version = "0.1" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.wasm-streams] version = "0.4" [dependencies.web-sys] version = "0.3" [dependencies.wnfs-common] version = "0.2.0" [dev-dependencies.wasm-bindgen-test] version = "0.3"