# 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 = "cortex-m-log" version = "0.8.0" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Logging facilities for Cortex-M processors" readme = "README.md" keywords = [ "arm", "cortex-m", "stm32", "log", ] categories = [ "no-std", "embedded", ] license = "Apache-2.0" repository = "https://github.com/DoumanAsh/cortex-m-log" [package.metadata.docs.rs] features = [ "semihosting", "log-integration", "itm", ] [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-semihosting] version = "0.5" optional = true [dependencies.log] version = "0.4" optional = true default-features = false [features] itm = [] log-integration = ["log"] semihosting = ["cortex-m-semihosting"]