# 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 = "auto_spaces" version = "0.1.0" description = "Spaces where worlds are able to be rendered" license = "MIT" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.auto_cellular] version = "0.1" [dependencies.cursive] version = "0.19.0" optional = true [dependencies.getrandom] version = "0.2.7" [dependencies.rand] version = "0.8.5" [dependencies.sdl2] version = "0.35.2" optional = true [dependencies.wasm-bindgen] version = "0.2.81" optional = true [features] cursive = ["dep:cursive"] sdl2 = ["dep:sdl2"] wasm = [ "dep:wasm-bindgen", "getrandom/js", ]