# 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 = "aalto" version = "0.3.1" authors = ["Elias Arno Eskelinen "] description = "a simple implementation of a wave collapse algorithm" documentation = "https://docs.rs/aalto" readme = "README.md" license = "MIT" repository = "https://github.com/xypine/aalto" resolver = "2" [profile.release] lto = true strip = true [lib] name = "aalto" crate-type = [ "cdylib", "rlib", ] [[bin]] name = "aaltobin" path = "src/main.rs" [dependencies.base64] version = "0.13.0" optional = true [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.image] version = "0.24.2" optional = true [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.wasm-bindgen] version = "0.2.78" optional = true [features] default = [ "utils", "wasm", "extractor", ] extractor = [ "image", "base64", ] serde_derive = [ "serde", "serde_json", ] utils = [] wasm = [ "wasm-bindgen", "serde_derive", ]