n5-wasm 0.1.0

Rust-WASM bindings to the N5 tensor file system format
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 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]
name = "n5-wasm"
version = "0.1.0"
authors = ["Andrew Champion <andrew.champion@gmail.com>"]
description = "Rust-WASM bindings to the N5 tensor file system format"
readme = "README.md"
keywords = ["tensor"]
categories = ["encoding", "filesystem", "science", "wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/aschampion/n5-wasm"
[profile.release]
lto = true

[lib]
crate-type = ["cdylib"]
[dependencies.cfg-if]
version = "0.1.2"

[dependencies.console_error_panic_hook]
version = "0.1.1"
optional = true

[dependencies.futures]
version = "0.1.20"

[dependencies.js-sys]
version = "0.3.5"

[dependencies.n5]
version = "0.3.0"
features = ["gzip", "use_ndarray"]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2.31"
features = ["serde-serialize"]

[dependencies.wasm-bindgen-futures]
version = "0.3.8"

[dependencies.web-sys]
version = "0.3.8"
features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"]

[features]
default = []