# 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 = "itm_logger" version = "0.1.2" authors = ["cs2dsb "] description = "An implementation of the log facade that sends logging information over ITM stim port 0" homepage = "https://github.com/cs2dsb/itm_logger.rs" documentation = "https://docs.rs/itm_logger" readme = "README.md" keywords = ["logging", "cortex-m", "no_std"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/cs2dsb/itm_logger.rs" [dependencies.cortex-m] version = "0.6.2" optional = true [dependencies.log] version = "0.4.6" optional = true default-features = false [features] default = ["logging"] logging = ["log", "cortex-m"] perform-enabled-checks = []