# 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 = "yapall" version = "0.1.2" description = "Yet Another Pointer Analysis for LLVM" readme = "README.md" license = "BSD-3-Clause" [profile.profiling] debug = 2 inherits = "release" [profile.release] lto = "thin" debug = 2 [[bench]] name = "bench" harness = false [dependencies.anyhow] version = "1" [dependencies.ascent] version = "0.5" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dashmap] version = "5" [dependencies.dhat] version = "0.3" optional = true [dependencies.either] version = "1" [dependencies.llvm-ir] version = "0.9" features = ["llvm-14"] [dependencies.regex] version = "1" [dependencies.rustc-hash] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-flame] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" [dependencies.triomphe] version = "0.1" features = ["std"] default-features = false [dev-dependencies.criterion] version = "0.5" [features] count = [] default = [ "precompute", "rule", ] dhat-heap = ["dep:dhat"] par = [] precompute = [] relation = [] rule = []