# 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 = "crankit-time" version = "0.1.1" authors = ["Jonathan Cornaz"] description = "An ergonomic time API for the playdate" readme = "README.md" keywords = [ "playdate", "gamedev", "no_std", ] categories = [ "api-bindings", "game-development", "no-std", ] license = "Unlicense" repository = "https://github.com/jcornaz/crankit-time" [package.metadata.docs.rs] all-features = false no-default-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playdate] bundle-id = "com.github.jcornaz.crankit-time" [profile.dev] panic = "abort" [profile.release] panic = "abort" [dependencies.playdate-sys-v02] version = "0.2.11" optional = true default-features = false package = "playdate-sys" [dev-dependencies.rstest] version = "0.18.2" default-features = false [features] default = ["playdate-sys-v02"] playdate-sys-v02 = ["dep:playdate-sys-v02"] [lints.clippy] exhaustive_enums = "deny" exhaustive_structs = "deny" pedantic = "warn" [lints.rust] missing_docs = "warn"