# 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 = "llvm-mapper" version = "0.0.4" authors = ["William Woodruff "] description = "A library for mapping the contents of bitstreams into LLVM IR models" homepage = "https://github.com/woodruffw/mollusc/tree/main/llvm-mapper" readme = "README.md" keywords = ["llvm", "parsing", "binary", "encoding"] categories = ["compilers", "encoding", "parsing"] license = "MIT" repository = "https://github.com/woodruffw/mollusc" [[example]] name = "unroll-bitstream" [dependencies.hashbrown] version = "0.12.0" [dependencies.indexmap] version = "1.7.0" [dependencies.llvm-bitstream] version = "0.0.3" [dependencies.llvm-support] version = "0.0.3" [dependencies.log] version = "0.4" [dependencies.num_enum] version = "0.5.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.clap] version = "3.0.0-beta.2" [dev-dependencies.env_logger] version = "0.9"