# 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] name = "park-miller-carta-prng" version = "0.1.3" authors = ["kenOfYugen "] exclude = ["public/assets/*", "dist/*", "*.coffee", "*.json", "target/*"] description = "An efficient Pseudo-Random Number Generator" readme = "README.md" keywords = ["prng", "random", "park", "miller", "carta"] license = "MIT" repository = "https://github.com/kenOfYugen/park-miller-carta-prng" [lib] name = "prng" crate-type = ["dylib", "rlib"] path = "src/lib.rs" [[bin]] name = "emscripten" path = "src/emscripten.rs" [dependencies] [target."cfg(not(target_os = \"emscripten\"))".build-dependencies.bindgen] version = "0.32.3" [target."cfg(not(target_os = \"emscripten\"))".build-dependencies.cbindgen] version = "0.4.3" [target."cfg(not(target_os = \"emscripten\"))".build-dependencies.cc] version = "1.0.4" features = ["parallel"]