# 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 = "rand-array-iid" version = "0.2.0" authors = ["Arthur Carcano "] exclude = [".travis.yml"] description = "Create arrays whose elements are independently identically distributed." readme = "Readme.md" keywords = ["rand", "random", "array", "arr"] categories = ["algorithms", "no-std"] license = "MIT" repository = "https://github.com/krtab/rand-array-iid" [dependencies.array-init] version = "1.0.0" [dependencies.rand] version = "0.7.3" [dependencies.rand_distr] version = "0.3.0" default-features = false [features] const-generics = ["array-init/const-generics"] more-array-sizes = [] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "main" repository = "krtab/rand-array-iid"