microBioRust-heatmap 0.1.1-alpha

Microbiology friendly bioinformatics Rust functions
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"
name = "microBioRust-heatmap"
version = "0.1.1-alpha"
build = false
exclude = [
    ".git",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Microbiology friendly bioinformatics Rust functions"
readme = "README.md"
keywords = [
    "bioinformatics",
    "micro",
    "bio",
    "genomics",
    "sequence-analysis",
]
categories = [
    "science::bioinformatics::sequence-analysis",
    "science::bioinformatics::genomics",
    "science::bioinformatics",
    "visualization",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/LCrossman/microBioRust"

[package.metadata.wasm-pack.profile.release]
opt-level = "z"

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

[dependencies.csv]
version = "1.1"

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

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

[dependencies.serde_derive]
version = "1.0"

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

[dependencies.web-sys]
version = "0.3.77"
features = [
    "console",
    "CanvasRenderingContext2d",
    "HtmlCanvasElement",
    "Document",
    "Window",
]