# 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 = "ixv" version = "0.0.3" authors = ["Karthik D K "] description = "A CLI application for verifying intel hex file" readme = "README.md" keywords = [ "intel", "hex", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Karthik-d-k/ixv" [package.metadata.wix] eula = false license = false path-guid = "22AD514F-9AB4-4A6C-9705-E016098FCC56" upgrade-guid = "8F380543-5C88-4A2F-AA13-3B4E9645E7DE" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.*" [dependencies.clap] version = "4.*" features = ["derive"] [dependencies.indicatif] version = "0.*"