# 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 = "spi-flash" version = "0.3.0" authors = ["Adam Greig "] description = "SPI flash memory interface crate" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/adamgreig/spi-flash-rs" [dependencies.anyhow] version = "1.0.58" optional = true [dependencies.indicatif] version = "0.17.0" optional = true [dependencies.jep106] version = "0.2.6" optional = true [dependencies.log] version = "0.4.17" [dependencies.num_enum] version = "0.5.7" default_features = false [dependencies.thiserror] version = "1.0.31" optional = true [features] default = ["std"] std = [ "jep106", "thiserror", "anyhow", "indicatif", "num_enum/std", ]