# 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 = "crankstart" version = "0.1.2" authors = ["Rob Tsuk "] description = "A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write games for the [Playdate handheld gaming system](https://play.date) in [Rust](https://www.rust-lang.org)." readme = "README.md" license = "MIT" repository = "https://github.com/pd-rs/crankstart" [package.metadata.cargo-xbuild] memcpy = false panic_immediate_abort = false sysroot_path = "target/sysroot" [profile.dev] opt-level = 2 lto = true panic = "abort" [profile.release] opt-level = "z" lto = true panic = "abort" [[example]] name = "hello_world" crate-type = [ "staticlib", "cdylib", ] path = "examples/hello_world.rs" [[example]] name = "life" crate-type = [ "staticlib", "cdylib", ] path = "examples/life.rs" [[example]] name = "sprite_game" crate-type = [ "staticlib", "cdylib", ] path = "examples/sprite_game.rs" [dependencies.anyhow] version = "1.0.31" default-features = false [dependencies.crankstart-sys] version = "0.1.2" [dependencies.cstr_core] version = "=0.1.2" features = ["alloc"] default-features = false [dependencies.euclid] version = "0.20.13" features = ["libm"] default-features = false [dependencies.hashbrown] version = "0.7.2" [dependencies.heapless] version = "0.6.1" [dev-dependencies.enum-iterator] version = "0.6.0" [dev-dependencies.rand] version = "0.8.4" features = ["alloc"] default-features = false [dev-dependencies.rand_pcg] version = "0.3.1" [dev-dependencies.randomize] version = "3.0.1"