# 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 = "beil" version = "0.2.0" authors = ["Matthias Stangl "] exclude = [".github", ".vscode"] description = "Beil, a binary export import tool." readme = "README.md" keywords = ["beil", "export", "import", "abi", "dependency"] license = "MIT" repository = "https://github.com/mtzstngl/beil" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.object] version = "0.28.3" [dependencies.symbolic] version = "8.6.0" features = ["demangle"] default-features = false [dependencies.uuid] version = "0.4.0"