# 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 = "micro_ihex" version = "0.1.0" authors = ["Ian Mobley "] description = "A no std Intel Hex parser and serializer library" keywords = ["ihex", "no_std"] license = "MIT" repository = "https://github.com/iMobs/micro_ihex" [dependencies.hex] version = "0.4" default-features = false [features] alloc = [] default = ["std"] std = ["alloc"]