# 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 = "2018" rust-version = "1.56" name = "h2n5" version = "0.1.9" authors = [ "Andrew Champion ", "Chris Barnes ", ] description = "HTTP 2 N5: Serve N5 datasets over HTTP as tiled image stacks" readme = "README.md" keywords = ["n5"] categories = [ "command-line-utilities", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/aschampion/h2n5" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/h2n5-{ target }.tgz" bin-dir = "{ bin }-{ target }{ format }" [profile.release] lto = true [dependencies.actix-cors] version = "0.6" [dependencies.actix-web] version = "4" [dependencies.anymap] version = "0.12" [dependencies.env_logger] version = "0.9" [dependencies.image] version = "0.24" features = [ "jpeg", "png", ] default-features = false [dependencies.lru-cache] version = "0.1.2" [dependencies.n5] version = "0.7" [dependencies.ndarray] version = "0.13" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.3" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0"