orbit-bin 0.1.0

Orbit firmwaree builder
# 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 = "2024"
name = "orbit-bin"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Orbit firmwaree builder"
readme = false
license = "MIT"
resolver = "2"

[features]
alloc_llff = ["orbit-kernel/alloc_llff"]
alloc_tlsf = ["orbit-kernel/alloc_tlsf"]
ch32v208wbu6 = ["orbit-kernel/ch32v208wbu6"]
ch32x035 = ["orbit-kernel/ch32x035"]
qemu = ["orbit-kernel/qemu"]

[lib]
name = "orbit_bin"
path = "src/lib.rs"

[dependencies.orbit-common]
version = "0.0.1"

[dependencies.orbit-common-proc-macro]
version = "0.0.2"

[dependencies.orbit-kernel]
version = "0.1.2"
features = ["rt"]