# 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 = "spectrusty-formats" version = "0.4.0" authors = ["Rafal Michalski "] description = """ File format parsers and related utilities for the SPECTRUSTY library. """ homepage = "https://royaltm.github.io/spectrusty/" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/royaltm/spectrusty" [dependencies.bitflags] version = "1.3.2" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.5" [dependencies.nom] version = "7" [dependencies.spectrusty-core] version = "0.4.0" [dependencies.spectrusty-peripherals] version = "0.4.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.smallvec] version = "1.10" [dev-dependencies.spectrusty] version = ">=0.3"