# 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 = "noise_rs" version = "0.1.16" authors = ["Neil "] description = "The perlin and simplex noise implementation in 2d and 3d" categories = ["algorithms", "data-structures"] license = "MIT" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [lib] name = "noise_rs" crate-type = ["cdylib", "rlib", "staticlib"] path = "src/lib.rs" [dependencies.intmap] version = "0.7.0" [dependencies.java_random] version = "0.1.7" default-features = false [dependencies.sha2] version = "0.9.1" [features] const_fn = ["java_random/const_fn"] default = ["const_fn"]