# 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-support" version = "0.0.3" authors = ["William Woodruff "] description = "Support types and routines for parsing LLVM's bitcode" homepage = "https://github.com/woodruffw/mollusc/tree/main/llvm-support" readme = "README.md" keywords = ["llvm", "parsing", "binary", "encoding"] categories = ["compilers", "encoding", "parsing"] license = "MIT" repository = "https://github.com/woodruffw/mollusc" [dependencies.num_enum] version = "0.5.3" [dependencies.paste] version = "1.0" [dependencies.thiserror] version = "1.0"