# 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 = "interrupt" version = "0.1.3" authors = ["rise0chen "] description = "interrupt" readme = "./README.md" keywords = ["interrupt"] categories = ["embedded", "concurrency"] license-file = "LICENSE" repository = "https://github.com/rise0chen/ach.git" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bare-metal] version = "1.0.0" [dependencies.cfg-if] version = "1.0.0" [features] custom = [] default = [] [target."cfg(all(any(target_arch = \"riscv32\", target_arch = \"riscv64\"), target_os = \"none\"))".dependencies.riscv] version = "0" [target."cfg(all(target_arch = \"arm\", target_os = \"none\"))".dependencies.cortex-m] version = "0" [target."cfg(all(target_arch = \"msp430\", target_os = \"none\"))".dependencies.msp430] version = "0" [target."cfg(all(target_arch = \"xtensa\", target_os = \"none\"))".dependencies.xtensa-lx] version = "0"