# 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" name = "preexplorer" version = "0.5.2" authors = ["Raimundo Saona "] description = """ Easy plotter and saver of simple data. Handy tool for development stage or small computational projects. """ homepage = "https://crates.io/crates/preexplorer" documentation = "https://docs.rs/preexplorer" readme = "README.md" keywords = [ "visualization", "plotting", ] categories = [ "visualization", "science", "multimedia", ] license = "MIT OR Apache-2.0" repository = "https://github.com/saona-raimundo/preexplorer" [dependencies.average] version = "0.10.4" [dependencies.chrono] version = "0.4" [dependencies.getset] version = "0.1" [dependencies.ndarray] version = "0.13" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strum] version = "0.21" features = ["derive"] [dependencies.strum_macros] version = "0.21.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0.42" [dev-dependencies.itertools] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_distr] version = "0.2" [dev-dependencies.ron] version = "0.6.4" [features] use-serde = [ "serde", "chrono/serde", ]