# 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 = "duplicate-function-checker" version = "0.1.0" description = "Tool to determine how much of your binary is duplicate functions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/davidlattimore/duplicate-function-checker" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = [ "derive", "wrap_help", ] [dependencies.iced-x86] version = "1.21.0" features = [ "std", "decoder", "block_encoder", ] default-features = false [dependencies.object] version = "0.36.0" features = [ "std", "read", "elf", "pe", "macho", ] default-features = false [dependencies.rustc-demangle] version = "0.1.24"