# 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" rust-version = "1.76.0" name = "muntos" version = "0.0.1" authors = ["Chris Copeland "] build = "rust/build.rs" include = [ "/src/", "/include/", "/arch/", "/rust/", "!SCons*", "!Dockerfile", "!*.bash", ] autoexamples = false description = "A real-time operating system capable of full preemption" documentation = "https://docs.rs/rt" keywords = [ "real-time", "rtos", ] categories = [ "concurrency", "embedded", "no-std", ] license = "Apache-2.0" repository = "https://git.rtng.org/rt/rt" [profile.release] debug = 2 [lib] path = "rust/src/lib.rs" [[example]] name = "cond" path = "rust/examples/cond.rs" [[example]] name = "async" path = "rust/examples/async.rs" [[example]] name = "donate" path = "rust/examples/donate.rs" [[example]] name = "empty" path = "rust/examples/empty.rs" [[example]] name = "float" path = "rust/examples/float.rs" [[example]] name = "mutex" path = "rust/examples/mutex.rs" [[example]] name = "notify" path = "rust/examples/notify.rs" [[example]] name = "once" path = "rust/examples/once.rs" [[example]] name = "queue" path = "rust/examples/queue.rs" [[example]] name = "rwlock" path = "rust/examples/rwlock.rs" [[example]] name = "sem" path = "rust/examples/sem.rs" [[example]] name = "simple" path = "rust/examples/simple.rs" [[example]] name = "sleep" path = "rust/examples/sleep.rs" [[example]] name = "water-barrier" path = "rust/examples/water/barrier.rs" [[example]] name = "water-condvar" path = "rust/examples/water/condvar.rs" [[example]] name = "water-sem" path = "rust/examples/water/sem.rs" [dependencies.paste] version = "1.0" [dev-dependencies.atomic_float] version = "1.0" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1.0" [features] hercules = [] sitara-intc = [] sitara-vim = [] task-mpu = []