# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "itron" version = "0.1.9" authors = ["Tomoaki Kawada"] description = "Interface to operating systems based on μITRON and its derivatives." readme = "src/lib.md" keywords = ["rtos", "toppers", "kernel"] categories = ["embedded", "no-std", "external-ffi-bindings", "os"] license = "MIT OR Apache-2.0" repository = "https://github.com/solid-rs/itron-rs" [package.metadata.docs.rs] features = ["doc_cfg", "nightly", "unstable", "none"] targets = [] [dependencies.tt-call] version = "1.0.8" optional = true [dev-dependencies.compiletest] version = "0.7" package = "compiletest_rs" [features] asp3 = [] dcre = [] default = [] doc_cfg = [] exd_tsk = [] fmp3 = [] messagebuf = [] nightly = ["doc_cfg"] none = ["dcre", "rstr_task", "messagebuf", "ovrhdr", "subprio", "pi_mutex", "systim_local", "exd_tsk"] ovrhdr = [] pi_mutex = [] rstr_task = [] solid_asp3 = [] solid_fmp3 = [] subprio = [] systim_local = [] unstable = ["tt-call"]