# 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 = "xdevs-no-std" version = "0.2.1" authors = ["Román Cárdenas <r.cardenas@upm.es>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "no-std implementation of xDEVS for real-time simulation on embedded systems" documentation = "https://docs.rs/xdevs-no-std" readme = "README.md" keywords = [ "embedded", "simulation", "real-time", "no-std", ] license = "GPL-3.0" repository = "https://github.com/iscar-ucm/xdevs_no_std.rs" [package.metadata.docs.rs] all-features = true [lib] name = "xdevs" path = "src/lib.rs" [[example]] name = "gpt" path = "examples/gpt.rs" [dependencies.heapless] version = "0.8" [dependencies.xdevs-no-std-macros] version = "0.2.0" [features] std = []