# 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.0-alpha" exclude = [ ".git", ".gitignore", ] 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] crate-type = ["cdylib"] [dependencies.csv] version = "1.1" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.serde_derive] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.91" [dependencies.web-sys] version = "0.3.72" features = [ "console", "CanvasRenderingContext2d", "HtmlCanvasElement", "Document", "Window", ]