# 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 = "2021" name = "srex" version = "0.1.0" authors = ["krabbstek <18243170+krabbstek@users.noreply.github.com>"] description = "Library for managing SRecord files." readme = "README.md" keywords = ["srec"] license = "MIT" repository = "https://github.com/krabbstek/srex" [lib] name = "srex" [[bench]] name = "srecord" harness = false [dependencies.hex] version = "0.4.3" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]