# 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 = "2018" name = "yareio" version = "0.1.4" description = "Lightweight rust bindings for yare.io with plentiful documentation and helpful constants." readme = "README.md" keywords = ["yare", "yareio", "bindings", "wasm", "webassembly"] categories = ["external-ffi-bindings", "games", "wasm"] license = "GPL-2.0-or-later" repository = "https://github.com/ViliamVadocz/yare-rust" [profile.release] opt-level = "s" lto = true [lib] name = "yareio" crate-type = ["rlib", "dylib"] [dependencies.rand] version = "0.8.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [features] headless = ["rand", "serde", "serde_json"]