# 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 = "neotron-common-bios" version = "0.12.0" authors = ["Jonathan 'theJPster' Pallant "] description = "Contains the BIOS API and common routines for all Neotron systems." homepage = "https://github.com/neotron-compute/neotron-common-bios" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/neotron-compute/neotron-common-bios.git" [dependencies.chrono] version = "0.4" default-features = false [dependencies.neotron-ffi] version = "0.1" [dependencies.pc-keyboard] version = "0.7"