# 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 = "stlog" version = "0.3.3" authors = ["Jorge Aparicio "] description = "Ultra lightweight logging framework for resource constrained devices" documentation = "https://japaric.github.io/stlog/stlog/" readme = "README.md" keywords = ["ELF", "symtab"] categories = ["development-tools::debugging", "embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/japaric/stlog" [dependencies.stlog-macros] version = "0.1.2" [dependencies.void] version = "1.0.2" default-features = false [features] max-level-debug = [] max-level-error = [] max-level-info = [] max-level-off = [] max-level-trace = [] max-level-warning = [] release-max-level-debug = [] release-max-level-error = [] release-max-level-info = [] release-max-level-off = [] release-max-level-trace = [] release-max-level-warning = [] spanned = ["stlog-macros/spanned"]