dists 0.4.2

2d distribution generator
Documentation
# 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 = "dists"
version = "0.4.2"
authors = ["Ken Reed <kenakioreed@gmail.com>"]
description = "2d distribution generator"
readme = "readme.md"
keywords = ["distribution"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tiby312/dists"
resolver = "2"
[dependencies.axgeom]
version = "1.9"
default-features = false

[dependencies.rand]
version = "0.7.0"

[dev-dependencies]