# 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-os" version = "0.1.0" authors = ["Jonathan 'theJPster' Pallant "] description = "The Neotron Operating System" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/neotron-compute/Neotron-OS" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = true [[bin]] name = "flash1002" test = false bench = false [[bin]] name = "flash0802" test = false bench = false [[bin]] name = "flash0002" test = false bench = false [dependencies.neotron-common-bios] version = "0.1.0" [dependencies.postcard] version = "0.5" [dependencies.r0] version = "1.0" [dependencies.serde] version = "1.0" default-features = false