# 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 = "cortex-m-funnel" version = "0.1.0-alpha.1" authors = ["Jorge Aparicio "] description = "A lock-free, wait-free, block-free logger for the ARM Cortex-M architecture" documentation = "https://docs.rs/cortex-m-funnel" readme = "README.md" keywords = ["ARM", "Cortex-M", "logging", "log"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/japaric/cortex-m-funnel" [profile.release] lto = true codegen-units = 1 [lib] name = "funnel" [dependencies.cortex-m-funnel-macros] version = "0.1.0-alpha.1" [dependencies.ufmt] version = "0.1.0" [features] max_level_debug = [] max_level_error = [] max_level_info = [] max_level_off = [] max_level_trace = [] max_level_warn = [] release_max_level_debug = [] release_max_level_error = [] release_max_level_info = [] release_max_level_off = [] release_max_level_trace = [] release_max_level_warn = []