# 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 = "embedded-error-chain" version = "1.0.0" authors = ["Dominik Gschwind "] description = "Easy error handling in no-alloc and no-std environments" documentation = "https://docs.rs/embedded-error-chain" readme = "README.md" keywords = ["embedded", "error", "no-std", "no-alloc"] categories = ["embedded", "no-std", "rust-patterns"] license = "MIT" repository = "https://github.com/N3xed/embedded-error-chain" [dependencies.embedded-error-chain-macros] version = "1.0" package = "embedded-error-chain-macros" [features] default = ["panic-on-overflow"] nightly = [] panic-on-overflow = [] std = []