# 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] edition = "2018" name = "showata" version = "0.3.2" authors = ["David Bernard "] description = "A library of to show data (in browser, evcxr_jupyter) as table, chart..." readme = "README.md" keywords = ["evcxr", "jupyter", "visualization", "plot", "vega"] license = "Apache-2.0" repository = "https://github.com/procyon-rs/showata" [dependencies.anyhow] version = "^1.0" [dependencies.base64] version = "^0.13" [dependencies.image] version = "^0.23" optional = true [dependencies.nalgebra] version = "^0.25" optional = true [dependencies.ndarray] version = "^0.14" optional = true [dependencies.num-traits] version = "^0.2" optional = true [dependencies.opener] version = "^0.4" [dev-dependencies.mime] version = "0.3.14" [dev-dependencies.nalgebra] version = "0.25.1" [features] all = ["show_nalgebra", "show_ndarray", "show_image"] default = [] show_image = ["image"] show_nalgebra = ["nalgebra", "num-traits"] show_ndarray = ["ndarray"]