# 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-passgen" version = "0.4.0" authors = ["William Woodruff "] description = "A tool for quickly creating LLVM pass skeletons" homepage = "https://github.com/woodruffw/llvm-passgen" license-file = "LICENSE" [package.metadata.release] dev-version = false [dependencies.clap] version = "3" [dependencies.handlebars] version = "4.2.2" [dependencies.rust-embed] version = "6.3.0" [dependencies.serde] version = "~1.0" features = ["derive"] [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "woodruffw/llvm-passgen"