# 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 = "datasaurust" version = "0.1.0" authors = ["Antonin "] exclude = [ "scripts/*", "data/*", ".github/*", ] description = "Blazingly fast implementation of the Datasaurus paper." homepage = "https://github.com/araffin/datasaurust" documentation = "https://docs.rs/datasaurust" readme = "README.md" keywords = [ "data", "science", "plot", "visualization", "statistics", ] categories = [ "science", "visualization", ] license = "MIT" repository = "https://github.com/araffin/datasaurust" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.gnuplot] version = "0.0.37" [dependencies.kdam] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3"