# 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 = "samplr" version = "0.1.0" authors = ["Ben Steadman "] description = "CLI tool to randomly sample data" homepage = "https://github.com/SteadBytes/samplr" readme = "README.md" keywords = ["cli", "sampling", "statistics"] categories = ["command-line-utilities", "mathematics"] license = "MIT" repository = "https://github.com/SteadBytes/samplr" resolver = "2" [dependencies.clap] version = "2.33.3" [dependencies.rand] version = "0.8.4" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.rand_distr] version = "0.4.2" [dev-dependencies.test-case] version = "1.2.1" [features] statistical_tests = []